atzori / 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

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