DanielOhn / game-site

website to upload my pixijs games created using react and typescript.
0 stars 0 forks source link

collision #6

Open DanielOhn opened 4 years ago

DanielOhn commented 4 years ago

https://developer.mozilla.org/en-US/docs/Games/Techniques/2D_collision_detection

Make a separating axis theorem collision in PIxiJS

DanielOhn commented 4 years ago

Implemented SAT a few days ago. Now figuring out which Collision Resolution I want to implement.