Hey I'm currently programming a Game where the user (displayed as Spaceship) has to avoid Asteroids. First of all I want to do this is in a really simple way. I would like to display the asteroids as circles and want them colliding to each other. Can someone answer me these Questions:
How do I draw a circle in Android/Libgdx/Java? How do I create random movement of the circles? How do I make these circles collide with each other and how to collide them with a Sprite in a simple way?
Btw, You don't have to answer all the questions :)