Skip to content

An attempt at doing the roguelike tutorial wihout any depreacted features of python-tcod.

License

Notifications You must be signed in to change notification settings

HexDecimal/roguelike-tutorial

Repository files navigation

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.

Roguelike Tutorial 2019

About

An attempt at doing the roguelike tutorial wihout any depreacted features of python-tcod.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages