Drunken walk working but needs some updates as it can go 'off map' and then walk back in, effectively

This commit is contained in:
m
2023-07-23 00:57:19 -04:00
parent 55e2186c86
commit d7fa6069f8
9 changed files with 145 additions and 15 deletions

View File

@@ -23,5 +23,6 @@ Necessary:
init_function(map_w, map_h)
Should initialize the function fresh with a given width and height.
update(map)
update()
Called updates_per_second times per second. Should calculate new map state and draw on the map as needed. The map will have the previous state retained.
Returns true if finished, else false