17 Commits

Author SHA1 Message Date
770ff68a62 Dynamic colors 2025-02-23 19:58:00 -08:00
81f498c804 Fix the numbers 2025-02-23 16:23:54 -08:00
5ab3778074 Restructure level gen a little 2025-02-23 14:50:29 -08:00
1ffc0518b2 Ceremonial PR: fix map gen (#39)
improve errors

merge state debug dumper

use detailed debugging in map gen

more distinct wall chars

not all sealed walls are walls. okay

handle negative region IDs

also catches some missed semis

stop using the "dark shade" character for standard walls

now uses inverse bullet for sealed walls and full block otherwise

also show final result with region numbers

fix fencepost error when merging regions

map connectedness checker (floodfill)

check for connectedness in mapgen

add commented-out cheat and test buttons

looks like mapgen is now fixed. here are the buttons I used to test it

autoformat code

Merge branch 'main' into fix-mapgen

Co-authored-by: Kistaro Windrider <kistaro@gmail.com>
Reviewed-on: #39
2025-02-23 05:41:19 +00:00
4a1f06e6bd Player repels walls 2025-02-22 16:40:05 -08:00
d9a7b5094c Run prettier 2025-02-22 15:50:31 -08:00
0d5dfa6749 Hold left click to grab items 2025-02-22 14:25:56 -08:00
de04ad09ef Label zones 2025-02-22 12:18:35 -08:00
08fcbaf4e2 Thrall item pickups 2025-02-17 22:17:41 -08:00
5939384b7c Run prettier over everything 2025-02-17 18:38:40 -08:00
462f5ce751 Thralls deteriorate over many bites 2025-02-17 18:21:37 -08:00
3a6590a942 Map refactor -- thralls are clickable 2025-02-17 14:17:50 -08:00
37feade797 Create an initial set of checks 2025-02-15 22:46:35 -08:00
b1ac26fa78 Replace map generator again 2025-02-15 21:21:12 -08:00
841031573c Replace map system 2025-02-09 22:37:33 -08:00
5ecafa0d4a Wire up endgame screen to real data 2025-02-08 19:31:00 -08:00
047248adb6 Make ladders work 2025-02-02 22:26:56 -08:00