Skip to content

otricadziziusz/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%