An attempt at doing the tutorial without any deprecated features of python-tcod.
https://old.reddit.com/r/roguelikedev/wiki/python_tutorial_series
Open a command line to the project directory and run py -3 -m pip install -r requirements.txt
to install requirements.
Double click main.py
or run py main.py
from the command line.
Open a command line to the project directory.
Run pip3 install -r requirements.txt
to install requirements.
Run ./main.py
.