Goal
Combine tiles with the same numbers to reach 2048!
Controls
Use arrow keys (← ↑ → ↓) to move all tiles:
- Press ← to move tiles left
- Press → to move tiles right
- Press ↑ to move tiles up
- Press ↓ to move tiles down
Rules
- When two tiles with the same number touch, they merge into one 2 + 2 = 4 or 4 + 4 = 8 etc.
- Each move adds a new tile 2 (90% chance) or 4 (10% chance)
- Your score increases by the value of each merged tile
- The game ends when the board is full and no moves are possible
Tips
- Try to keep your highest tile in one corner
- Plan your moves ahead
- Don't fill the board randomly