The game 2048 built using JavaFX and Java 8. This is a fork based on the Javascript version: https://github.com/gabrielecirulli/2048
You will need Java 8 and ANT installed to build the project. Just execute ant in the project root.
ant
After you've built the project you can run this with a simple java command.
java -jar dist/Game2048.jar
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
The project is licensed under GPL 3. See LICENSE file for the full license.