HATPC/scenes/engine
En Yi a0f6cf3471 Visualise path from BFS + Improving BFS
Changelog:
- Avoid continuous BFS by changing state after BFS completion
- Reset to BFS state on tile change
2023-07-19 22:44:49 +08:00
..
EC Visualise path from BFS + Improving BFS 2023-07-19 22:44:49 +08:00
AABB.c Improve crushing response 2023-06-22 22:19:39 +08:00
AABB.h Add line-AABB collision check function 2023-06-20 22:23:32 +08:00
CMakeLists.txt Refactor out broad phase grid collision functions 2023-07-17 21:14:02 +08:00
actions.h Create test scene for water flow 2023-07-08 21:05:00 +08:00
assets.c Add horizontal flip to sprites 2023-05-23 21:33:05 +08:00
assets.h Add horizontal flip to sprites 2023-05-23 21:33:05 +08:00
collisions.c Refactor out broad phase grid collision functions 2023-07-17 21:14:02 +08:00
collisions.h Implement BFS into water runner 2023-07-19 19:16:35 +08:00
engine.c Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
engine.h Refactor out broad phase grid collision functions 2023-07-17 21:14:02 +08:00
gui.c Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
gui.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
raygui.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00