a clone of 2048 (realized during the CodingAcademy training, as JQuery plugin) - archived repository
Clone the repository.
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.
The game stopped when :
- 2048 tile is reached,
- the square is full and no more tile can merged.
- JQuery
Add a div with "squareLocation" id where you want to append the square.
<div id="squareLocation"></div>
This version is not responsive (minimum width: 1030px).