Slide tiles to combine them. Can you reach 2048?
Use ↑↓←→ or swipe to play
2048 is a sliding tile puzzle played on a 4x4 grid. Your goal: combine tiles to create 2048.
The most effective strategy is the corner strategy: pick a corner and keep your largest tile there at all costs.
Ideal board state (bottom-left corner):
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 →
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.
Monotonic Gradient: why corner strategy works
A monotonic arrangement means tiles increase as they approach your corner -- creating a cascade that merges like dominoes.
A monotonic gradient is the reason corner strategy is optimal -- it maximizes merge opportunities in one direction. Read the full addiction psychology deep-dive →