Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 566 Bytes

asteroids

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 Instructions

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.

Controls

  • A and D: rotate
  • W: thrust
  • Space: shoot