Implemented a simple collision hash table.

This commit is contained in:
Zed A. Shaw 2024-10-25 22:31:09 -04:00
parent dbc2a10933
commit 743f906bc7
7 changed files with 174 additions and 1 deletions

View file

@ -6,3 +6,4 @@ TODO:
* Work on collision detection with either a coordinate map or morton codes.
* Bring back sounds, check out SoLoud.
* getNearby does size_t - int