How to play 2048
2048 is a sliding puzzle on a grid. You move every tile up, down, left, or right in one swipe. Same numbers that collide merge into their sum. A new 2 (sometimes a 4) appears after each move. The classic goal is to make a 2048 tile. You can keep going for a higher score after that.
The board above follows those rules. Read the short guide below if you are new; ignore it if you already mash arrows in your sleep.
When to use
First time playing; teaching a friend in one screen; checking controls on phone vs keyboard.
When not to
You already clear 2048 and want layout theory → 2048 strategy. You only care about “winning” language → how to beat 2048. You want a bigger board → 2048 5×5.
Assumptions
Default board is 4×4. Moves that do not change the board do not spawn a tile. Game over when no moves remain. Browser keyboard focus should be on the page (not an address bar) for arrow keys.
How
- Use arrow keys (desktop) or swipe the board (phone).
- Merge equal tiles (2+2→4, 4+4→8, …).
- Aim to build toward 2048; use Hint if stuck, or Watch demo to see a few automatic moves.
- New game resets; Best keeps your local high score.
Examples
- Two 2 tiles slide into each other → one 4; score +4
- Board full, no adjacent equals, no slide frees space → game over overlay → New game
Gotchas
- A swipe moves all tiles that direction — you cannot drag one tile alone.
- Merges happen once per tile per move (a fresh 4 from 2+2 will not merge again in the same swipe).
- “How to play” pages elsewhere are often text-only. Ours keeps a live board so you can try the rule while you read.
Compare
Strategy depth: 2048 strategy · Finish the 2048 tile: how to beat 2048 · Just play: home
Quick controls
- Hint — next direction (+ short reason when available).
- Watch demo — auto-play a few moves, then stop.
- Undo — step back one move while you practice.
- Daily challenge — fixed local board for the calendar day on this device.
Common questions
- What is the goal?
- Make a 2048 tile on the classic board. After that you can keep merging for score if the grid still has moves.
- Keyboard or touch?
- Both. Desktop uses arrow keys with the page focused; phone uses swipe on the board. Same merge rules either way.
- What does Hint do?
- Suggests a direction and a short English reason under the board. It can be wrong — treat it as a coach, not a script.
- Do I need to download anything?
- No. It runs in the browser. Optional PWA install only pins a shortcut; you can play without it.