Game Programming I – Assignment day 21

More work on collision.

Moved overlap method to collider class, it checks box vs box collision.

Also made a overlap circle method that checks overlap between two circles.

Need to add the collision manager into this and make things happen when collision occurs rather than just a cout line.

I should also make an Entity manager that handles all the game objects.