valdirluiz / fx2048

The game 2048, built using JavaFX and Java 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and ANT installed to build the project. Just execute ant in the project root.

ant

Running fx2048

After you've built the project you can run this with a simple java command.

java -jar dist/Game2048.jar

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.

About

The game 2048, built using JavaFX and Java 8

License:GNU General Public License v3.0


Languages

Language:Java 85.1%Language:CSS 14.9%