rickyrsyah / FXGLGames

This repo contains sample games built with FXGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 95.4%Language:Kotlin 4.6%