Simple event system for entities in the world.

This commit is contained in:
Zed A. Shaw 2024-10-29 17:27:12 -04:00
parent ea6cf1362b
commit 3f87d19911
3 changed files with 94 additions and 36 deletions

View file

@ -7,6 +7,7 @@ NOTES:
TODO:
* Rewrite collider to return a real struct not tuple.
* Write a test that generates a ton of maps then confirms there's a path from one room to every other room?
* Lua integration?