A text-only RPG written in Python. A GUI will be added at some point.
License
GNU General Public License version 3.0 (GPLv3)Follow Excellent Quest
Other Useful Business Software
Build AI Apps with Gemini 3 on Vertex AI
Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
Rate This Project
Login To Rate This Project
User Reviews
-
It's always nice to see a new game out, instead of just one more of the millions of engines >.< This game is short, sweet, simple, coded in a ...... unique way, in fact I may use some of the methods he used in his coding in my next program. The game itself is an old style MUD, basically all text. Pretty decent for what work has been put into it. The only problem that I can see was that when assigning the name he used input, which isn't bad if you know python. All you need to do is surround anything that has letters in 'these' or "these", or if you are so inclined, replace every input that asks for y or n, or your name, with raw_input. Although I advise against messing with the source code if you are unfamiliar with python.