Skip to content

dieterjava/fx2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.1%
  • CSS 14.9%