2048

Slide tiles to combine them. Can you reach 2048?

SCORE
0
BEST
0

You Win!

Game Over

🏆 Join the Leaderboard!

🔒 Only nickname & score stored. No tracking.

Use or swipe to play

How to Play

2048 is a sliding tile puzzle played on a 4x4 grid. Your goal: combine tiles to create 2048.

  • Slide tiles —press arrow keys or swipe to move all tiles at once
  • Merge matching numbers —two tiles with the same number combine into their sum (2+2=4, 4+4=8, ...)
  • A new tile appears —after every move, a 2 (90%) or 4 (10%) spawns randomly
  • Reach 2048 —and then keep going for 4096, 8192, and beyond!

The Corner Strategy

The most effective strategy is the corner strategy: pick a corner and keep your largest tile there at all costs.

Corner → Build Descending Rows → Never Move the Corner

Ideal board state (bottom-left corner):

128
64
16
8
1024
corner
512
256
4
  • Pick a corner —bottom-left or bottom-right works best. Never move your highest tile out of it.
  • Build descending rows —tiles should decrease as they move away from your corner. This creates natural merge chains.
  • Avoid the opposite direction —if your corner is bottom-left, never press Up unless forced. It breaks your structure.
  • Keep the bottom row full —a full bottom row prevents your corner tile from shifting when you move horizontally.

With perfect corner strategy, reaching 2048 is nearly guaranteed. Reaching 4096 requires about 80% optimal play. 8192 is the realistic ceiling for most players. Read the full addiction psychology deep-dive →

The Science Behind

2048 is a deterministic state machine. Every swipe is a state transition -- and the corner strategy works because it creates a "monotonic gradient" that guarantees merge chains.

Board State (current tiles) swipe Merge combine tiles spawn new tile (swipe)--> Merge -->(new tile)--> Board State --> + new tile (2 or 4)

Monotonic Gradient: why corner strategy works

A monotonic arrangement means tiles increase as they approach your corner -- creating a cascade that merges like dominoes.

Bad
2
4
8
16
flat — no merges
Good
8
16
32
64
monotonic — easy merges

A monotonic gradient is the reason corner strategy is optimal -- it maximizes merge opportunities in one direction. Read the full addiction psychology deep-dive →

Try These Next