neriudon / FXGLGames

This repo contains sample games built with FXGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains sample games built with FXGL Game Library. Each game focuses on one or two aspects of FXGL, e.g. Drop focuses on bare minimums, Pac-man focuses on AI, etc.

Build

cd PROJECT_NAME
mvn package

This will produce a standalone executable with that project in target/. Most games are pre-built and can be downloaded from binaries.

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.

Contribute

These game demos are constantly upgraded, so feel free to fork and add something of your own.

Projects by difficulty

Beginner

Intermediate

Advanced

About

This repo contains sample games built with FXGL

License:MIT License


Languages

Language:Java 95.8%Language:Kotlin 4.2%