Velocity collision detection (2D)
- by ultifinitus
Alright, so I have made a simple game engine (see youtube)
And my current implementation of collision resolution has a slight problem, involving the velocity of a platform.
Basically I run through all of the objects necessary to detect collisions on and resolve those collisions as I find them. Part of that resolution is setting the player's…