brando56894 / dungeon-quest

A dungeon crawler written in Python 2
GNU General Public License v3.0
0 stars 0 forks source link

Dungeon-Quest

This is a roll and move style game, the current features are as follows:

To start the game simply execute main.py with Python v2.x (preferably 2.7.x), the game will not work at all with Python 3

You can also enable debug mode by setting DEBUG_MODE = "enabled" in main.py (just comment or uncomment)