1
0
Fork 0
A python tutorial for building a roguelike game http://rogueliketutorials.com/tutorials/tcod/v2/
Go to file
Timothy Warren 3506edd85f Actually generate a map, completing part 3 2022-01-06 15:37:22 -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 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 Begin setup of map generation 2022-01-06 13:27:15 -05:00
input_handlers.py Move around a player character 2022-01-06 11:09:43 -05:00
main.py Actually generate a map, completing part 3 2022-01-06 15:37:22 -05:00
procgen.py Actually generate a map, completing part 3 2022-01-06 15:37:22 -05:00
requirements.txt Begin setup of map generation 2022-01-06 13:27:15 -05:00
tile_types.py Begin setup of map generation 2022-01-06 13:27:15 -05:00

README.md

Python Roguelike Tutorial