Skip to content

celers/FXGLGames

 
 

Repository files navigation

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.

About

This repo contains sample games built with FXGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.5%
  • Kotlin 6.5%