|
|
cc7f30f718
|
add GameType.game_type which stores player and wall types, add GameUpdate.update function which takes a game type and returns a new game type, and refactor player/wall files, and gl-draw file, in light of these changes
|
2024-12-15 09:10:19 +00:00 |
|
|
|
9144c97fba
|
get player to react to wall quad tree
|
2024-12-13 22:48:34 +00:00 |
|
|
|
a1b8aead30
|
complete function to get collision sides in quad tree
|
2024-12-10 08:42:36 +00:00 |
|
|
|
7dbacd4792
|
add function to return which side a collision occurs at
|
2024-12-09 07:05:21 +00:00 |
|
|
|
244640c1d6
|
add signature to quad-tree.sml, making it an opaque module
|
2024-12-09 00:23:00 +00:00 |
|
|
|
068f0277b9
|
add function to get list of collision object from quad tree
|
2024-12-08 23:38:50 +00:00 |
|
|
|
6f14edd528
|
code insert function for quad tree
|
2024-12-07 11:12:19 +00:00 |
|