Swipe in any direction to slide all tiles on the board. When two tiles with the same number collide, they merge into one tile with their combined value.
After every move, a new tile (2 or 4) appears in a random empty cell.
Your goal is to create the 2048 tile -- but you can keep going for a higher score!
Your score increases by the value of each merged tile. For example, merging two 16s adds 32 to your score.
Keep your highest tile in a corner. Build a chain of descending values along one edge. Don't swipe in all four directions randomly -- be deliberate with each move.
Swipe on the screen or use arrow keys on a keyboard.