Instructions |
2048 Jupiter ACE version by Slogger.
load 2048
Keys:
Q - quit
W - up
A - left
D - right
S - down
2048 is a single-player sliding block puzzle game by 19-year-old Italian web developer Gabriele Cirulli. 2048 was
originally written in JavaScript and CSS during a weekend, and released on March 9, 2014, as free and open-source software subject to the MIT license. Clones written in C++ and Vala are available.
The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.
|