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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.