A clone of the game 2048
This is a clone of the original game 2048 written by Gabriele Cirulli in JS.
Use the keyboard arrow keys ←, ↑, ↓ and → to move the tiles.
Merge equal tiles until get a 2048. The game is won when a tile with a value of 2048 appears on the board.
But you can continue to get higher scores.
Clone the project and click the index.html file. That's it!