eonarheim / java-game-engine

Provides a simply easy to use 2D rpg game engine that is portable to anything that can run java.
2 stars 0 forks source link

Bounding Box Composition #35

Open eonarheim opened 11 years ago

eonarheim commented 11 years ago

Collision detection should be between bounding boxes.

We should extract the collision detection code from the Player collides method.