Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 532 Bytes

2048

A clone of the game 2048

Description

This is a clone of the original game 2048 written by Gabriele Cirulli in JS.

How to play

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.

Preview

2048 in action!

How to use

Clone the project and click the index.html file. That's it!