1
0
Fork 0
A python tutorial for building a roguelike game http://rogueliketutorials.com/tutorials/tcod/v2/
Go to file
Timothy Warren 12dd66727b Refactor map rendering to happen in the map class 2022-01-07 14:35:47 -05:00
.gitignore Add a gitignore file 2022-01-06 11:12:33 -05:00
README.md First commit 2022-01-06 10:28:41 -05:00
actions.py Use FOV rendering, completing part 4 2022-01-07 14:18:47 -05:00
dejavu10x10_gs_tc.png Move around a player character 2022-01-06 11:09:43 -05:00
engine.py Refactor map rendering to happen in the map class 2022-01-07 14:35:47 -05:00
entity.py Add the basic Entity class 2022-01-06 11:19:56 -05:00
game_map.py Refactor map rendering to happen in the map class 2022-01-07 14:35:47 -05:00
input_handlers.py Move around a player character 2022-01-06 11:09:43 -05:00
main.py Refactor map rendering to happen in the map class 2022-01-07 14:35:47 -05:00
procgen.py Refactor map rendering to happen in the map class 2022-01-07 14:35:47 -05:00
requirements.txt Begin setup of map generation 2022-01-06 13:27:15 -05:00
tile_types.py Use FOV rendering, completing part 4 2022-01-07 14:18:47 -05:00

README.md

Python Roguelike Tutorial