This repo contains sample games built with FXGL Game Library.
cd PROJECT_NAME
mvn package
This will produce a standalone executable with that project in target/
.
cd target/
java -jar PROJECT_NAME-VERSION.jar
OR simply double-click the jar file if the extensions are correctly set on your machine.