This is purely a personal experiment in learning Python! It's a text-based adventure game, and has been written from the ground up by me, a complete Python novice, with more interest in learning the basics of the language than leveraging existing technology or even best practice in writing textual adventure games. (Translation: "Please don't laugh at my code.")
If you want to try it, it's Python 3 with no non-core dependencies,
so just clone this repo and python3 main.py
.
It's also not in anyway near finished, you can barely do anything, and there's a good chance the current master version will be broken, at least in small ways. This repo is only really public because I don't mind thinking out loud in public! 😀