A Terminal/CMD based TextRPG written in Python.
- randomized map
- multiple enemy types
- spells
- inventory system
- level system
- bossfight
- translated to C with nuitka and then compiled with mingw64 so doesn't require Python to be installed.
https://github.com/alex190291/PythonTextRPG/releases/download/alpha/PythonTextRPG_alpha_0.17.exe
If you want to run it from source, make sure you have Python3 and the "termcolor" module installed (pip install termcolor).
- Setting "debug" to True prints certain debug informations every turn.
- Setting "cheatmode" to True gives the Player 999999HP and 1000DMG.