Fraskesa / BomberWoman

The Game that has to be created for the OOSE course 2014
3 stars 0 forks source link

Collision Detection #5

Open Fraskesa opened 10 years ago

Fraskesa commented 10 years ago

Implement collision detection and make boundaries.

Fraskesa commented 10 years ago

This will be done using distance from object to object. still need to find out how to do that on sprites.

MartinKPedersen commented 10 years ago

We are still trying to make this work, but at the moment it is teasing a little bit.

Fraskesa commented 10 years ago

The collision should be made by using a rectangle at the place where the object is and then detect if the rectangles are colliding.