Note
This project is an implementation of the classic game Asteroids using Java (JDK 21).
- Maven integration 🪶
- Creating successful independent .jar 📦️
- Project execution 📃
- Feature Integration 🧩
- Try github CI 🐙
Tip
For Windows users, simply double-click the downloaded .jar file to start the game.
Download the .jar file from Releases
java -jar ./path/to/Asteroids-XX.jar-
Using Maven:
./mvnw clean javafx:run -
Using the configuration provided in the repository, on IntelliJ select and run
run-with-deps. -
Creating Native-Executable and FatJar is now possible using configuration
make-native-pkgandmake-fat-jarlocated intarget/distandtarget/shaderespectively.
- JDK21
- Maven
- JavaFX
- Practice excercise implementing bit-more things in the asteroids game from MOOC
