Collision Detection – Circles, Rectangles and Polygons

Collision Detection – Circles, Rectangles and Polygons So you’re making a game and you want to check if your character has bonked an enemy. This calls for collision detection algorithms. Surely you could use a framework like Box2D to do all the collision detection for you.. well yes,  you could and it would work pretty […]