Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).