/dodge-asteroids

A 2D space shooter, written in Java & libGDX

Primary LanguageJavaMIT LicenseMIT

Dodge Asteroids

A 2D space shooter I made for my 10th grade CS class, in about two weeks. This is the first game I ever made (and finished), so the code isn't perfect. You can play the game here.

Built with

  • Java - The language used
  • libGDX - The game framework used

Running the game

Windows: gradlew desktop:run
Linux: ./gradlew desktop:run

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments