This website requires JavaScript.
8a596bf93c
Refactor voronoi builder to use Rust builder pattern
Timothy Warren
2021-12-15 10:57:30 -05:00
db1c4c2d44
Refactor some voronoi-based builders to use Rust builder pattern
Timothy Warren
2021-12-15 10:45:58 -05:00
a6d37bf0dc
Refactor voronoi map builder to use Rust builder pattern
Timothy Warren
2021-12-15 10:08:05 -05:00
3f692846f8
Refactor bsp_interior map builder to use Rust builder pattern
Timothy J. Warren
2021-12-14 17:39:24 -05:00
ec6e44477b
Refactor bsp_dungeon builder to use Rust builder pattern
Timothy J. Warren
2021-12-14 17:29:44 -05:00
541421eb5b
Refactor simple map builder to use the Rust builder pattern
Timothy Warren
2021-12-14 16:29:36 -05:00
9d97f3bd0d
Complete section 4.13
Timothy Warren
2021-12-14 14:16:18 -05:00
99d5a78512
Fix some linting issues
Timothy Warren
2021-12-14 14:15:22 -05:00
cce44f78f4
Finish Prefab map builder
Timothy Warren
2021-12-14 11:19:03 -05:00
5454dd0755
Add initial room vaults
Timothy Warren
2021-12-13 15:22:59 -05:00
9ff645066b
Reorder use statements
Timothy J. Warren
2021-12-10 20:16:48 -05:00
ce3d92bfe2
Complete section 4.12
Timothy Warren
2021-12-10 16:35:09 -05:00
28692ec50c
Refactor entity (Enemy, Item, Equipment) spawning
Timothy Warren
2021-12-10 16:34:11 -05:00
8bf63ad876
Add ability to load string map in the prefab map builder
Timothy Warren
2021-12-10 15:17:51 -05:00
db168dc01a
Use named submodules instead of mod.rs submodules
Timothy Warren
2021-12-10 14:36:27 -05:00
baec7dbee1
Refactor prefab_builder into a folder
Timothy Warren
2021-12-10 14:29:03 -05:00
def589086c
Create prefab_builder
Timothy Warren
2021-12-10 11:31:39 -05:00
54e9e684e7
Cleanup some code for the start of Section 4.12
Timothy Warren
2021-12-10 11:30:58 -05:00
9879fa30b6
Complete section 4.11
Timothy Warren
2021-12-09 11:34:46 -05:00
0bc9e1a938
Add a layout solver to the waveform_collapse map builder
Timothy Warren
2021-12-09 10:31:43 -05:00
5fcc22ab6a
Add constraints and common submodules to waveform_collapse map builder
Timothy Warren
2021-12-08 15:31:52 -05:00
3ce4994417
Generate a map from a REX Paint file
Timothy Warren
2021-12-07 15:13:02 -05:00
5c78512002
Complete section 4.10
Timothy Warren
2021-12-07 14:55:39 -05:00
616f75f6a5
Complete section 4.9
Timothy Warren
2021-12-07 10:36:41 -05:00
d0c4f9b8c2
Extract symmetry and brush size functions from DLA map builder
Timothy Warren
2021-12-07 10:23:52 -05:00
9b4953be7d
Add DLA map building algorithms, finishing section 4.8
Timothy Warren
2021-12-07 10:17:13 -05:00
5e147b40c2
Complete section 4.7, using maze generation to build a map
Timothy Warren
2021-12-06 15:49:40 -05:00
d01a60f8fb
Finish section 4.6
Timothy Warren
2021-12-06 14:23:35 -05:00
b24bf3562c
Start section 4.6
Timothy J. Warren
2021-12-03 19:33:56 -05:00
545deb24d8
Generate map with cellular automata, completes section 4.5
Timothy Warren
2021-12-03 15:55:07 -05:00
e8c03b9536
Add corridors to the bsp interior map builder, completing section 4.4
Timothy Warren
2021-12-03 14:15:17 -05:00
c38a8f1629
Implement start of BSP Interior map builder (Section 4.4)
Timothy Warren
2021-12-03 10:00:19 -05:00
731e6dd243
Fix some clippy warnings
Timothy Warren
2021-12-02 15:03:55 -05:00
0f8d4d8fab
Randomly choose which map builder to use
Timothy Warren
2021-12-02 15:00:06 -05:00
86d46b8d5b
Fix some minor component issues
Timothy Warren
2021-12-02 14:59:35 -05:00
37b042e434
Add BSP map builder
Timothy Warren
2021-12-02 14:59:00 -05:00
c7cd65af7a
Add some convient trait implementations for the Position component
Timothy Warren
2021-12-01 15:25:48 -05:00
e55218c325
Make map setup more DRY, add map generation visualizer, completes section 4.2
Timothy Warren
2021-12-01 14:45:27 -05:00
713c3f6fb8
Complete section 4.1 by removing rooms from Maps
Timothy Warren
2021-12-01 12:08:14 -05:00
feb7988f5f
Move map builder state into map builder
Timothy Warren
2021-12-01 12:03:49 -05:00
fdff800b2b
Add lint action to Makefile
Timothy Warren
2021-12-01 11:42:17 -05:00
6b48111a97
Move more map procedure stuff into the map builder
Timothy Warren
2021-12-01 11:41:29 -05:00
a54377e4b7
Add more commands to makefile
Timothy Warren
2021-12-01 11:03:27 -05:00
7f8c16a79f
Refactor map generation to return original player position
Timothy Warren
2021-12-01 11:02:39 -05:00
8bb6bf35d6
Refactor map generation into its own submodule
Timothy Warren
2021-12-01 10:47:41 -05:00
06e7311523
Complete section 3.7
Timothy Warren
2021-12-01 10:14:30 -05:00
4011e7d7d3
Make single-activation traps work
Timothy Warren
2021-12-01 09:46:34 -05:00
804904dd4b
Add a basic hidden trap mechanism
Timothy Warren
2021-11-29 16:00:07 -05:00
32874bf9f5
Fix main menu selection if there is no save file. Also remove redundant variables and returns
Timothy Warren
2021-11-29 15:10:56 -05:00
79d9c569d3
Update gitignore
Timothy Warren
2021-11-29 15:01:52 -05:00
1f8869879c
Add background image to main menu
Timothy Warren
2021-11-29 14:59:46 -05:00
9d1851be17
Update tutorial resource files
Timothy Warren
2021-11-29 14:59:01 -05:00
d0b0a84984
Add item to reveal current map, completes section 3.5
Timothy Warren
2021-11-29 14:39:15 -05:00
3effbdb586
Use less redundant code style with 'if let' statements
Timothy J Warren
2021-11-19 19:52:15 -05:00
ecc2f21d40
Add a bit more convenience to Makefile
Timothy Warren
2021-11-19 11:32:03 -05:00
87d825276e
Finish section 3.4
Timothy Warren
2021-11-19 11:31:27 -05:00
69194a2dd6
Slightly simplify adding entries to game log
Timothy Warren
2021-11-19 11:30:25 -05:00
81f64b07a6
Add rations, and the ability to eat them
Timothy Warren
2021-11-18 15:25:29 -05:00
7b93ecc26c
Show hunger status
Timothy Warren
2021-11-18 11:47:57 -05:00
950c0a3ef1
Arrange key mappings in a bit more intuitive order
Timothy Warren
2021-11-18 10:56:51 -05:00
b9e499b421
Add additional set of controls for diagonals
Timothy Warren
2021-11-18 10:48:14 -05:00
e0f3b7c255
Make sure all numpad inputs are mirrored on the number row, so that Mac OS works with numpad controls
Timothy Warren
2021-11-18 10:32:50 -05:00
c490ab114b
Implement the hunger system
Timothy Warren
2021-11-18 10:28:49 -05:00
15a0f1779c
Add HungerClock component
Timothy J. Warren
2021-11-17 16:23:01 -05:00
c4db6f5932
Make import style more consistent
Timothy J. Warren
2021-11-17 16:08:46 -05:00
bf0166f97c
Add Makefile to make running on the Raspberry Pi 400 simpler
Timothy J. Warren
2021-11-17 15:56:21 -05:00
a973e6a444
Complete section 3.3
Timothy J. Warren
2021-11-17 15:55:48 -05:00
5bd85f5d86
Add particle effects for item usage
Timothy Warren
2021-11-17 13:50:55 -05:00
1dd5db42f7
Add particle effects for Melee combat
Timothy Warren
2021-11-16 11:33:58 -05:00
c4bc637c79
Fix wall drawing bug and get rid of clippy warnings
Timothy Warren
2021-11-16 10:45:39 -05:00
a198fe1832
Implement bloodstains
Timothy Warren
2021-11-16 10:28:05 -05:00
b1b3105a80
Complete section 3.1
Timothy Warren
2021-11-15 14:12:27 -05:00
ffc997ce20
Cleanup code structure to match the end of the first section of the tutorial
Timothy Warren
2021-11-15 13:55:31 -05:00
416af96be3
Complete the first section
Timothy Warren
2021-11-15 13:27:40 -05:00
43e9ebd52b
Add some better equipment
Timothy Warren
2021-11-15 11:48:01 -05:00
a2ef1810d9
Add ability to remove equipped items
Timothy Warren
2021-11-15 11:32:09 -05:00
b2ed5e7758
Update dagger and shield to have attack/defense bonuses
Timothy Warren
2021-11-15 09:45:12 -05:00
4322b250cb
Add ability to equip items
Timothy Warren
2021-11-15 09:19:22 -05:00
f4f1800770
Complete Chapter 1.12
Timothy Warren
2021-11-12 14:12:15 -05:00
7079a7eedd
Weight spawn odds, and simplify item spawning
Timothy Warren
2021-11-12 14:06:55 -05:00
a51d63963f
Add turn skipping and healing on skipped turns
Timothy Warren
2021-11-10 15:52:45 -05:00
f6dc758f12
Complete chapter 2.11
Timothy Warren
2021-11-09 15:50:42 -05:00
57adc4bc01
Fix for WASM compilation
Timothy Warren
2021-11-09 10:49:39 -05:00
b82facbf70
Cleanup Cargo.toml formatting
Timothy Warren
2021-11-09 10:39:44 -05:00
1330386b52
Fix some main menu-related code
Timothy Warren
2021-11-09 10:38:56 -05:00
a307521d64
Implement game loading
Timothy Warren
2021-11-09 10:29:23 -05:00
48609aee1f
Implement basic game saving
Timothy Warren
2021-11-08 13:58:40 -05:00
84934128d5
Add main menu
Timothy Warren
2021-11-08 10:22:11 -05:00
7d0200b262
Complete chapter 2.9
Timothy Warren
2021-11-05 14:32:14 -04:00
36af877217
Add Fireball scroll
Timothy Warren
2021-11-05 13:12:22 -04:00
d2ebe5dc1d
Implement ranged item attacks
Timothy Warren
2021-11-05 10:42:44 -04:00
ef8d51de1f
Cut down on some struct boilerplate
Timothy Warren
2021-11-05 10:41:47 -04:00
4e9869b09f
Refactor potion, and its associated components to be more generic
Timothy Warren
2021-11-04 15:06:04 -04:00
923e0dc42b
separate scope differently in the macro
Timothy Warren
2021-11-04 11:38:13 -04:00
7070fb0357
By the power of macros, reduce the amount of syntax required to register components
Timothy Warren
2021-11-04 11:27:44 -04:00
cb475708c7
Rename the game log module
Timothy Warren
2021-11-04 10:44:52 -04:00
4efce51ded
Fix rendering of menus by rendering before handling the RunState
Timothy Warren
2021-11-04 10:00:42 -04:00
4c84ae9822
Fix typo
Timothy Warren
2021-11-04 09:55:39 -04:00
fee78663de
Complete chapter 2.8
Timothy Warren
2021-11-04 09:54:38 -04:00
e4be3b6855
Add ability to drop items
Timothy Warren
2021-11-04 09:40:58 -04:00