/FXGLGames

This repo contains sample games built with FXGL

Primary LanguageJavaMIT LicenseMIT

FXGLGames

This repo contains sample games built with FXGL Game Library.

Build

cd PROJECT_NAME
mvn package

This will produce a standalone executable with that project in target/.

Run

cd target/
java -jar PROJECT_NAME-VERSION.jar

OR simply double-click the jar file if the extensions are correctly set on your machine.