Beginner Collision Detect Tutorial
I have added a general tutorial on collision detection in MonoGame. It starts with the basics of testing for bounding box collision detection. It then moves to pixel based collision detection followed by collision detection of rotated objects. I will be doing another tutorial that covers alternate collision detection like multiple bounding boxes, bounding circles […]