1
0
Fork 0
Commit Graph

98 Commits

Author SHA1 Message Date
Timothy Warren 5e147b40c2 Complete section 4.7, using maze generation to build a map 2021-12-06 15:49:40 -05:00
Timothy Warren d01a60f8fb Finish section 4.6 2021-12-06 14:23:35 -05:00
Timothy Warren b24bf3562c Start section 4.6 2021-12-03 19:33:56 -05:00
Timothy Warren 545deb24d8 Generate map with cellular automata, completes section 4.5 2021-12-03 15:55:07 -05:00
Timothy Warren e8c03b9536 Add corridors to the bsp interior map builder, completing section 4.4 2021-12-03 14:15:17 -05:00
Timothy Warren c38a8f1629 Implement start of BSP Interior map builder (Section 4.4) 2021-12-03 10:00:19 -05:00
Timothy Warren 731e6dd243 Fix some clippy warnings 2021-12-02 15:03:55 -05:00
Timothy Warren 0f8d4d8fab Randomly choose which map builder to use 2021-12-02 15:00:06 -05:00
Timothy Warren 86d46b8d5b Fix some minor component issues 2021-12-02 14:59:35 -05:00
Timothy Warren 37b042e434 Add BSP map builder 2021-12-02 14:59:00 -05:00
Timothy Warren c7cd65af7a Add some convient trait implementations for the Position component 2021-12-01 15:25:48 -05:00
Timothy Warren e55218c325 Make map setup more DRY, add map generation visualizer, completes section 4.2 2021-12-01 14:45:27 -05:00
Timothy Warren 713c3f6fb8 Complete section 4.1 by removing rooms from Maps 2021-12-01 12:08:14 -05:00
Timothy Warren feb7988f5f Move map builder state into map builder 2021-12-01 12:03:49 -05:00
Timothy Warren fdff800b2b Add lint action to Makefile 2021-12-01 11:42:17 -05:00
Timothy Warren 6b48111a97 Move more map procedure stuff into the map builder 2021-12-01 11:41:29 -05:00
Timothy Warren a54377e4b7 Add more commands to makefile 2021-12-01 11:03:27 -05:00
Timothy Warren 7f8c16a79f Refactor map generation to return original player position 2021-12-01 11:02:39 -05:00
Timothy Warren 8bb6bf35d6 Refactor map generation into its own submodule 2021-12-01 10:47:41 -05:00
Timothy Warren 06e7311523 Complete section 3.7 2021-12-01 10:14:30 -05:00
Timothy Warren 4011e7d7d3 Make single-activation traps work 2021-12-01 09:46:34 -05:00
Timothy Warren 804904dd4b Add a basic hidden trap mechanism 2021-11-29 16:00:07 -05:00
Timothy Warren 32874bf9f5 Fix main menu selection if there is no save file. Also remove redundant variables and returns 2021-11-29 15:10:56 -05:00
Timothy Warren 79d9c569d3 Update gitignore 2021-11-29 15:01:52 -05:00
Timothy Warren 1f8869879c Add background image to main menu 2021-11-29 14:59:46 -05:00
Timothy Warren 9d1851be17 Update tutorial resource files 2021-11-29 14:59:01 -05:00
Timothy Warren d0b0a84984 Add item to reveal current map, completes section 3.5 2021-11-29 14:39:15 -05:00
Timothy Warren 3effbdb586 Use less redundant code style with 'if let' statements 2021-11-19 19:52:15 -05:00
Timothy Warren ecc2f21d40 Add a bit more convenience to Makefile 2021-11-19 11:32:03 -05:00
Timothy Warren 87d825276e Finish section 3.4 2021-11-19 11:31:27 -05:00
Timothy Warren 69194a2dd6 Slightly simplify adding entries to game log 2021-11-19 11:30:25 -05:00
Timothy Warren 81f64b07a6 Add rations, and the ability to eat them 2021-11-18 15:25:29 -05:00
Timothy Warren 7b93ecc26c Show hunger status 2021-11-18 11:47:57 -05:00
Timothy Warren 950c0a3ef1 Arrange key mappings in a bit more intuitive order 2021-11-18 10:56:51 -05:00
Timothy Warren b9e499b421 Add additional set of controls for diagonals 2021-11-18 10:48:14 -05:00
Timothy Warren e0f3b7c255 Make sure all numpad inputs are mirrored on the number row, so that Mac OS works with numpad controls 2021-11-18 10:32:50 -05:00
Timothy Warren c490ab114b Implement the hunger system 2021-11-18 10:28:49 -05:00
Timothy Warren 15a0f1779c Add HungerClock component 2021-11-17 16:23:01 -05:00
Timothy Warren c4db6f5932 Make import style more consistent 2021-11-17 16:08:46 -05:00
Timothy Warren bf0166f97c Add Makefile to make running on the Raspberry Pi 400 simpler 2021-11-17 15:56:21 -05:00
Timothy Warren a973e6a444 Complete section 3.3 2021-11-17 15:55:48 -05:00
Timothy Warren 5bd85f5d86 Add particle effects for item usage 2021-11-17 13:50:55 -05:00
Timothy Warren 1dd5db42f7 Add particle effects for Melee combat 2021-11-16 11:33:58 -05:00
Timothy Warren c4bc637c79 Fix wall drawing bug and get rid of clippy warnings 2021-11-16 10:45:39 -05:00
Timothy Warren a198fe1832 Implement bloodstains 2021-11-16 10:28:05 -05:00
Timothy Warren b1b3105a80 Complete section 3.1 2021-11-15 14:12:27 -05:00
Timothy Warren ffc997ce20 Cleanup code structure to match the end of the first section of the tutorial 2021-11-15 13:55:31 -05:00
Timothy Warren 416af96be3 Complete the first section 2021-11-15 13:27:40 -05:00
Timothy Warren 43e9ebd52b Add some better equipment 2021-11-15 11:48:01 -05:00
Timothy Warren a2ef1810d9 Add ability to remove equipped items 2021-11-15 11:32:09 -05:00