HexDecimal / roguelike-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%