/fx2048

The game 2048, built using JavaFX and Java 8

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

fx2048

The game 2048 built using JavaFX and Java 8. This is a fork based on the Javascript version: https://github.com/gabrielecirulli/2048

Building fx2048

You will need Java 8 , Maven and Excelsior JET installed to build the project. Just execute Maven in the project root.

mvn jet:build

Running fx2048

After you've built the project you can run the resulting executable

./target/jet/app/Game2048

Running 2048FX on Mobile/Tablet

Thanks to the JavaFXPorts project, you can play 2048FX on mobile too.

For Android, go to Google Play:

https://play.google.com/store/apps/details?id=org.jpereda.game2048

For iOS, go to the Apple Store:

https://itunes.apple.com/us/app/2048fx/id989966696?mt=8

License

The project is licensed under GPL 3. See LICENSE file for the full license.