The Pride of South Bastule

A *very* short, text-based game written in Python. Internet connection required, see `README.md` for dependencies.
Genres: adventure

Comments5

InitialPosition
InitialPosition4 Apr 2022, 09:11
Started a game, woke up, said "This can wait another day" and went back to sleep. Most profound story I've ever seen.

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.
LDJam user 279610
LDJam user 2796104 Apr 2022, 20:54
I received
`

Traceback (most recent call last):
File "/Users/david/Downloads/south-bastule/main.py", line 1, in
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.
Lako
Lako5 Apr 2022, 22:11
A very confusing game, however it's definitely an interesting concept, especially while looking at the code.

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.
Zachary Talis
Zachary Talisauthor5 Apr 2022, 23:54
Thank you folks for playing! I should've included a disclaimer: I got sick towards the end of compo, and couldn't write any more than a single conversation.

--

@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!
SoKette
SoKette7 Apr 2022, 19:25
Building over @david-york comment, I would suggest using pyinstaller to make your executable available to everyone, not just people on windows ;)
Found a bug?
Tell us on Discord