accept arrows and hjkl as movement input too
Cnange opening text to mention these control options
Reviewed-on: #43
Co-authored-by: Kistaro Windrider <kistaro@gmail.com>
Co-committed-by: Kistaro Windrider <kistaro@gmail.com>
prototype for writing a save
Merge branch 'main' into savesystem
violently read player from file
oops, missed revisions in StateManager
create StateManager from file
autoformat the world
oops, forgot to save the split-up of save.ts
Save on end-of-day, or after endgame.
Putting it here avoids a circular reference problem
Merge branch 'main' into savesystem
Integrate save system
Deal with save corruption correctly
Co-authored-by: Kistaro Windrider <kistaro@gmail.com>
Reviewed-on: #42
Co-authored-by: Nyeogmi <economicsbat@gmail.com>
Co-committed-by: Nyeogmi <economicsbat@gmail.com>
Maybe Kistaro can do better? This design has the problem that like most
designs that don't move the player to a contact point, walking into a
wall causes vibration.
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