Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 631 Bytes

README.adoc

File metadata and controls

19 lines (11 loc) · 631 Bytes

FXGL using Maven/Gradle

This is an example of a basic Maven configuration for creating FXGL games on Java 17+ using Java and/or Kotlin.

For actual game examples, please see [FXGLGames](https://github.com/AlmasB/FXGLGames).

You may wish to update the FXGL version to [latest](https://github.com/AlmasB/FXGL#maven).

Run via Maven

mvn javafx:run

Releases

This project will generate releases (desktop installers) automatically on each git commit. See this tutorial for details.