Skip to content

This repo contains sample games built with FXGL

License

Notifications You must be signed in to change notification settings

sajjad5221/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 95.7%
  • Kotlin 4.3%