A libGDX project generated with gdx-liftoff.
Project made with lib-GDX java framework. It is a simple game, made with the purpose of learning game development and java.
core: Main module with the application logic shared by all platforms.lwjgl3: Primary desktop platform using LWJGL3.html: Web platform using GWT and WebGL. Supports only Java projects.
This project uses Gradle to manage dependencies.
The Gradle wrapper was included, so you can run Gradle tasks using gradlew.bat or ./gradlew commands.
Useful Gradle tasks and flags:
lwjgl3:jar: builds application's runnable jar, which can be found atlwjgl3/build/libs.lwjgl3:run: starts the application.test: runs unit tests (if any).