The objective of this game is to collect as many points as possible. To progress through each level, all enemies must be defeated, and the score increases with each level completed.
- download javafx
- download game's jar
- run the command
java -jar --module-path !!PATH TO JAVAFX LIB!! --add-modules javafx.controls,javafx.graphics,javafx.media,javafx.fxml Game.jar```