HelicopterPong is a simple pong game with helicopters flying around and colliding in the background.
A libGDX project generated with gdx-liftoff.
helicopterpong.mov
core
: Main module with the application logic shared by all platforms.lwjgl3
: Primary desktop platform using LWJGL3; was called 'desktop' in older docs.
This project uses Gradle to manage dependencies.
The Gradle wrapper was included, so you can run Gradle tasks using gradlew.bat
or ./gradlew
commands.
To run the project use the following command:
./gradlew lwjgl3:run
Then to create the build .jar file use the following command:
./gradlew lwjgl3:jar
The .jar
file will be stored in the lwjgl3/build/libs
directory.
You can find the report here