A terminal-based game that uses the python curses module. The name describes itself :)
- Python 3.x.x
- Terminal or command prompt to run
windows-cursespackage installed (Windows only)
- Open a terminal
- Navigate to the directory where the
game.pyfile is saved:cd /path/to/the/folder - Run the script:
python3 game.py - Enjoy!
- Open Command Prompt
- Make sure you have
windows-cursesinstalled (Link in the requirements) - Navigate to the folder:
cd C:\path\to\your\folder - Run the script:
python game.py - Enjoy!