Python tcod based roguelike for university project.
Before running project first run:
pip install -r requirements.txt
To run project run
python src/main.py
- Arrow Keys - Movement
- V - View full log
- G - Get item from the floor
- I - use item from your Inventory
- D - Drop Item from your inventory
- C - display Character infor
- ">" - descend the staircase
- "/" - look around
- ESCAPE - Exit game
A Python3 tcod tutorial (also source of title screen): http://rogueliketutorials.com/tutorials/tcod/v2/