# FXGLGames **Repository Path**: dragonknightofbreeze/FXGLGames ## Basic Information - **Project Name**: FXGLGames - **Description**: This repo contains sample games built with FXGL - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-06 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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. Checkout [this commit](https://github.com/AlmasB/FXGLGames/commit/a0821c76ba4a7a64dba4f9ec6f182827d909561c) for Java 8 code for all projects (FXGL 0.5.4). All projects will eventually be upgraded to Java 11 code (FXGL 11.0+). ## Build ```bash 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](binaries). ## Run ```bash 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 * [Cannon](Cannon) * [Drop](Drop) * [Tower Defense](TowerDefense) * [Bomberman](Bomberman) * [OutRun](OutRun) (in Kotlin) * [Shooter](Shooter) * [Space Runner](SpaceRunner) ### Intermediate * [GeoJumper](GeoJumper) (in Kotlin) * [Pong](Pong) * [Breakout](Breakout) * [TicTacToe](TicTacToe) * [Battle Tanks](BattleTanks) * [Flappy Bird](FlappyBird) * [Slot Machine](SlotMachine) ### Advanced * [Space Invaders](SpaceInvaders) * [Geometry Wars](GeometryWars) * [Mario](Mario) * [Pac-man](Pacman) ## Community You are very welcome to contribute to any of these games, or link to your own games. List of community developed games / demos: (Please add links below) * * *