1
0
Fork 0
A python tutorial for building a roguelike game http://rogueliketutorials.com/tutorials/tcod/v2/
Go to file
Timothy Warren 159beb98b2 Add Equipment classes 2022-02-08 09:42:53 -05:00
components Add Equipment classes 2022-02-08 09:42:53 -05:00
.gitignore Basic save/load functionality 2022-01-18 14:37:48 -05:00
README.md First commit 2022-01-06 10:28:41 -05:00
actions.py Start implementing functionality to move between floors 2022-01-20 16:33:19 -05:00
color.py Start implementing functionality to move between floors 2022-01-20 16:33:19 -05:00
dejavu10x10_gs_tc.png Move around a player character 2022-01-06 11:09:43 -05:00
engine.py Show the current dungeon level on the main interface 2022-01-24 13:44:43 -05:00
entity.py Add player leveling 2022-01-25 15:51:59 -05:00
entity_factories.py Add player leveling 2022-01-25 15:51:59 -05:00
equipment_types.py Add Equipment classes 2022-02-08 09:42:53 -05:00
exceptions.py Refactor event handling 2022-01-18 14:04:05 -05:00
game_map.py Weighted random generation, completes Part 12 2022-02-08 09:21:19 -05:00
input_handlers.py Add character stats display screen, completing part 11 2022-01-25 15:58:22 -05:00
main.py Basic save/load functionality 2022-01-18 14:37:48 -05:00
menu_background.png Basic save/load functionality 2022-01-18 14:37:48 -05:00
message_log.py Actually consume consumable items, completing part 8 2022-01-12 16:53:09 -05:00
procgen.py Weighted random generation, completes Part 12 2022-02-08 09:21:19 -05:00
render_functions.py Show the current dungeon level on the main interface 2022-01-24 13:44:43 -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
setup_game.py Weighted random generation, completes Part 12 2022-02-08 09:21:19 -05:00
tile_types.py Start implementing functionality to move between floors 2022-01-20 16:33:19 -05:00

README.md

Python Roguelike Tutorial