Small asteroids clone written in Java with libGDX
Shoot all the asteroids while avoiding to get hit. Collecting the purple diamonds will shield you against asteroids.
Run the following command inside the root directory of the project to start the game (requires Java JDK 1.8)
./gradlew run
On Linux you might have to make it executable first
chmod +x ./gradlew
This will download gradle, build the game and then start it.
- A and D: rotate
- W: thrust
- Space: shoot