roguelike-tutorial
roguelike-tutorial copied to clipboard
An attempt at doing the roguelike tutorial wihout any depreacted features of python-tcod.
HexDecimal/roguelike-tutorial
An attempt at doing the tutorial without any deprecated features of python-tcod.
https://old.reddit.com/r/roguelikedev/wiki/python_tutorial_series
Windows
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.
Linux / MacOS
Open a command line to the project directory.
Run pip3 install -r requirements.txt
to install requirements.
Run ./main.py
.