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