1
0
Fork 0
A python tutorial for building a roguelike game http://rogueliketutorials.com/tutorials/tcod/v2/
Go to file
Timothy Warren 02215c884a Add death 2022-01-10 14:09:31 -05:00
components Add death 2022-01-10 14:09:31 -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 Refactor movement to allow diagonal movement, add basic attack logs 2022-01-10 13:47:10 -05:00
dejavu10x10_gs_tc.png Move around a player character 2022-01-06 11:09:43 -05:00
engine.py Add movement AI to npcs 2022-01-10 13:21:17 -05:00
entity.py Add death 2022-01-10 14:09:31 -05:00
entity_factories.py Add movement AI to npcs 2022-01-10 13:21:17 -05:00
game_map.py Add death 2022-01-10 14:09:31 -05:00
input_handlers.py Refactor movement to allow diagonal movement, add basic attack logs 2022-01-10 13:47:10 -05:00
main.py Refactor EventHandler class to handle its own events, and cut down on deep argument passing 2022-01-07 16:25:07 -05:00
procgen.py Refactor EventHandler class to handle its own events, and cut down on deep argument passing 2022-01-07 16:25:07 -05:00
render_order.py Add death 2022-01-10 14:09:31 -05:00
requirements.txt Refactor EventHandler class to handle its own events, and cut down on deep argument passing 2022-01-07 16:25:07 -05:00
tile_types.py Use FOV rendering, completing part 4 2022-01-07 14:18:47 -05:00

README.md

Python Roguelike Tutorial