This is an example of a basic Maven configuration for creating FXGL games on Java 17+ using Java and/or Kotlin.
Note
|
This template was adapted from this project template. |
For actual game examples, please see FXGLGames.
You may wish to update the FXGL version to latest.
This project uses FXGL 21, which requires Java 21.
If you want to change the version of Java, you can change it in the package.json
, pom.xml
, and .github/workflows/jdeploy.yml
files.
This project will generate releases (desktop installers) automatically on each git commit. See this tutorial for details.
You can download releases on the repository releases page.