This commit is contained in:
Max Bradbury 2021-05-19 20:44:07 +01:00
parent 98288a4426
commit 0e5b0c4566
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
## game data structure ## game data structure
add "move" functions for entities
e.g. move(direction), teleport
--
add "from_dir" functions for structs add "from_dir" functions for structs
make that function generic? make that function generic?