Game version: 0.16.0
This is a terminal-based roguelike game in Python. It entirely uses the CLI interface.
This game does not require any external dependencies besides the Python curses
module. If you are on Windows, you may need to install the windows-curses
module.
The game controls can be found in-game.
- Install Python (must have at least Python 3.11)
- Download the ZIP file of this repository
- Extract the files from the ZIP
- Run
python3 main.py
to run the game