2D Tile Based Collision Detection
- by MrPlosion1243
There are a lot of topics about this and it seems each one addresses a different problem, this topic does the same.
I was looking into tile collision detection and found this where David Gouveia explains a great way to get around the person's problem by separating the two axis. So I implemented the solution and it all worked perfectly from all the…