https://github.com/bryanx/2048
2048 desktop app. With local high scores, optional undo button and smooth animations.
https://github.com/bryanx/2048
2048 2048-clone 2048-game 2048variants java javafx javafx-application
Last synced: 2 months ago
JSON representation
2048 desktop app. With local high scores, optional undo button and smooth animations.
- Host: GitHub
- URL: https://github.com/bryanx/2048
- Owner: Bryanx
- License: mit
- Created: 2019-05-10T09:38:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T09:11:48.000Z (almost 7 years ago)
- Last Synced: 2025-08-14T11:45:41.080Z (10 months ago)
- Topics: 2048, 2048-clone, 2048-game, 2048variants, java, javafx, javafx-application
- Language: Java
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048
2048 with local high scores, optional undo button, smooth animations and much more.
You can download the jar file [here](../../releases/download/v1/2048.jar).
To open the jar type in command/terminal:
```java -jar 2048.jar```

# Credits
Made by Jarne Van Aerde and Bryan de Ridder with JavaFX.
Original game made by [Gabriele Cirulli](https://github.com/gabrielecirulli/2048).
# Requirements
You need to download the latest Java [JRE](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html).