1
0
A python tutorial for building a roguelike game http://rogueliketutorials.com/tutorials/tcod/v2/
Go to file
2022-01-06 11:56:08 -05:00
.gitignore Add a gitignore file 2022-01-06 11:12:33 -05:00
actions.py Create the game map, and finish Part 2 2022-01-06 11:56:08 -05:00
dejavu10x10_gs_tc.png Move around a player character 2022-01-06 11:09:43 -05:00
engine.py Create the game map, and finish Part 2 2022-01-06 11:56:08 -05:00
entity.py Add the basic Entity class 2022-01-06 11:19:56 -05:00
game_map.py Add a game map 2022-01-06 11:41:34 -05:00
input_handlers.py Move around a player character 2022-01-06 11:09:43 -05:00
main.py Create the game map, and finish Part 2 2022-01-06 11:56:08 -05:00
README.md First commit 2022-01-06 10:28:41 -05:00
requirements.txt Move around a player character 2022-01-06 11:09:43 -05:00
tile_types.py Add a game map 2022-01-06 11:41:34 -05:00

Python Roguelike Tutorial