Python 3 Terminal Game Requires Python 3
Click on the latest release and download the release.zip
.
Unzip the release.
- CD into the game directory: Open your terminal, type
cd PATH/TO/EXTRACTED/RELEASE/python-thing-main
- Install dependencies with the following command:
pip install -r requirements.txt
Windows-curses is required for the game to work.
pip install windows-curses
python3 main.py
# or just
python main.py