1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Timothy Warren 8ceb5f0e5d Reformat with black 2022-02-08 10:00:28 -05:00
Timothy Warren 1b354b007c Weighted random generation, completes Part 12 2022-02-08 09:21:19 -05:00
Timothy Warren 9e817cd103 Start implementing functionality to move between floors 2022-01-20 16:33:19 -05:00
Timothy Warren 2b708b3b7f Add ability to pick up items and add to inventory 2022-01-12 16:24:09 -05:00
Timothy Warren f947338c2d Intra-chapter refactoring 2022-01-12 13:45:52 -05:00
Timothy Warren 02215c884a Add death 2022-01-10 14:09:31 -05:00
Timothy Warren be433a9449 Add movement AI to npcs 2022-01-10 13:21:17 -05:00
Timothy Warren 6556aa518c Refactor EventHandler class to handle its own events, and cut down on deep argument passing 2022-01-07 16:25:07 -05:00
Timothy Warren 1636f60096 Add basic attacking action 2022-01-07 15:52:53 -05:00
Timothy Warren 12dd66727b Refactor map rendering to happen in the map class 2022-01-07 14:35:47 -05:00
Timothy Warren 7a3614e963 Use FOV rendering, completing part 4 2022-01-07 14:18:47 -05:00
Timothy Warren 56267fe8a7 Begin setup of map generation 2022-01-06 13:27:15 -05:00
Timothy Warren 950578f9b8 Add a game map 2022-01-06 11:41:34 -05:00