Collision detection in Java game?

Posted by Chetan on Stack Overflow See other posts from Stack Overflow or by Chetan
Published on 2010-03-15T04:56:16Z Indexed on 2010/05/19 8:40 UTC
Read the original article Hit count: 208

I am developing a game in which I have the problem of collision detection of moving images. The game has a spaceship and number of asteroids (obstacles). I want to detect the collision between them. How can I do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about collision-detection