A desktop clone of the classic 2048 game, built with Java and JavaFX.
- Smooth and modern UI using JavaFX
- Keyboard controls for gameplay
- Native font and icon resources
- Easy to build and run on any platform with Java 17+
- Java 17 or newer
- Maven
To launch the game, run:
mvn javafx:runTo build a native binary using jlink:
mvn javafx:jlinkThe output will be in the target directory.
- Custom fonts and icons are included in the
src/main/resourcesfolder.
- Inspired by Gabriele Cirulli's 2048
This project is licensed under the MIT License