Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T09:11:48.000Z (over 5 years ago)
- Last Synced: 2024-10-30T02:38:52.904Z (2 months ago)
- Topics: 2048, 2048-clone, 2048-game, 2048variants, java, javafx, javafx-application
- Language: Java
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- 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```![img](https://github.com/Bryanx/2048/blob/master/src/be/kdg/thegame_2048/views/img/demo.gif)
# 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).