The Pride of South Bastule by Zachary Talis
A very short, text-based game written in Python. Internet connection required, see README.md for dependencies.
| Link | https://github.com/ZacharyTalis/south-bastule |
| itch.io | https://zacharytalis.itch.io/south-bastule |
| Original URL | https://ldjam.com/events/ludum-dare/50/werdsercher |
Ratings
| Given | 0🗳️ | 0🗨️ |
From what I understand from the code, your game auto generates a story from the input you give it. I'm pretty impressed with how natural the language sounds but for some reason my stories always end a few sentences in. I can't seem to actually get anywhere either. So this is a really impressive tech demo with a lot of potential if the stories were longer.
`
Traceback (most recent call last):
File "/Users/david/Downloads/south-bastule/main.py", line 1, in <module>
import os, subprocess, string, sys, time, webvtt, youtubesearchpython
ModuleNotFoundError: No module named 'webvtt'
`
I recommend something like `py2exe` as an option for users that aren't willing to try and run the python code from command line.
Sorry! I really would like to play it.
The dependencies are incorrectly written. You need to install ``webvtt-py`` and ``youtube-search-python`` from pip.
It is definitely ambitious, and would probably be better if it was expanded with a longer story and perhaps some clearer instructions as to how the game works.
--
@initialposition Everything's pre-written, surprisingly enough. rot13 for spoilers:
jura lbh fhozvg grkg, lbhghor-qy frnepurf lbhghor naq qbjaybnqf pncgvbaf sebz gur gbc sbhe erfhygf. gur fgbel oenapurf ner purpxrq ntnvafg gurfr pncgvbaf, naq gur gjb-zbfg-fvzvyne oenapurf ner fubja
--
@david-york if you're willing to dig some more into installation (no worries if not), check out the comment above by @lako. And I'll look into py2exe: it's a utility I've never heard of before!