Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 641 Bytes

2048

2048 is web game required only 4 arrow keys to play.

Live Example

2048


HOW TO PLAY

Combine tiles of the same number in an attempt to create a tile with the value 2048.

Pressing the arrow keys or swiping across the game board will move all tiles in the direction of the key pressed/swipe. After all the tiles are done moving a new tile with the value of 2 or 4 will be created in a random empty cell.

Two tiles with the same number will merge when they collide to create a single tile with double the value.

The game is over when there are no valid ways for you to move the tiles.