EnsignPayton / MonoGame-Test

MonoGame examples and test projects
MIT License
0 stars 0 forks source link

Collision Handling #8

Open EnsignPayton opened 6 years ago

EnsignPayton commented 6 years ago

Add a very simple collision system. Requires tracking the bounding box of objects and performing an action upon the intersection of these bounding boxes. This will eventually be encapsulated in a Collider class, but doesn't have to be for this issue