2048

0
Loading…

How it works

👆

Swipe (or use arrow keys) to slide all tiles in one direction.

🔗

Equal tiles merge into one and double their value.

🏆

Reach the 2048 tile — then keep going for a high score!

2048 is a sliding-tile puzzle on a 4x4 grid: you push every tile in one direction, matching numbers merge and double, and you keep going until a 2048 tile appears. It plays free in your browser here — no download, no signup, and your best score is saved on your own device. If you have bounced off it before and kept stalling around 512, the two habits below (corner anchoring and the snake) are the whole difference.

How to play 2048: the full rules

The board is 4x4 — sixteen cells, two of them filled when you start. Each arrow key (or swipe) slides every tile as far as it can go in that direction. Tiles do not move independently: one press moves the entire board. Two tiles carrying the same number that collide during that slide merge into one tile of double the value, so 2 + 2 becomes 4, 512 + 512 becomes 1024. Your score goes up by the value of each tile you create, which is why reaching 2048 from nothing but 2s takes a score of at least 20,480.

Two rules decide most of what happens on the board. First, a tile created by a merge cannot merge again on the same move — a row of 2, 2, 2, 2 pushed left gives you 4, 4, not a single 8. Merges also resolve from the far wall inward, so 4, 4, 8 pushed left becomes 8, 8 and not 16. Second, after every move that changes the board, one new tile spawns in a random empty cell: a 2 nine times out of ten, a 4 the other one time in ten. Those 4s are not a bonus, they are the clock — every 4 that appears is a cell you did not get to choose.

The consequence people miss: if a move changes nothing, no tile spawns. Press left when everything is already flush left and against a wall with no merges available, and the board simply ignores you — no penalty, no new tile. That makes 'dead' directions completely safe to try, and it is the basis of the corner discipline in the next section. The game ends only when the grid is full and no two adjacent tiles match in any direction; a full board is not a loss as long as one merge still exists somewhere.

The corner strategy: the one habit that gets you to 2048

Pick a corner before your first move and never change it. Bottom-left is the usual choice. Your largest tile lives there permanently, and you play only three directions: left, down, and right. Up is banned. That single rule is what separates players who plateau at 256 from players who finish, because the failure mode in 2048 is always the same — your big tile drifts into the middle, gets surrounded by numbers it cannot merge with, and the board dies around it.

The reason it works is that up is the only key that can pull your bottom row off the floor and let a fresh 2 spawn underneath your biggest tile. Keep the bottom row full and left/right presses cannot dislodge it either, because a full row with no merges simply does not move. So build the bottom row first — get four tiles sitting on the floor in descending order from your corner, like 256, 128, 64, 32 — and from then on left and right are free moves that only shuffle the rows above.

Two supporting habits. Keep the bottom row in descending order away from the corner, never a big-small-big pattern, because a small tile trapped between two large ones has nothing to merge with and is dead weight until one of its neighbours halves in size, which never happens. And prefer left over right when both work: pressing left packs everything against your anchored wall, while right repeatedly is what slowly starves the corner side of the board. You will eventually be forced to press up. When that happens, see the recovery section — it is a mistake to treat it as a lost game.

The snake pattern for the endgame

Once you are consistently building 512s and 1024s, corner anchoring alone stops being enough — you need somewhere for the next tier to come from. The snake (also called the zigzag or serpentine) is the answer: arrange the whole board as one descending chain that reverses direction each row. Bottom row runs 1024, 512, 256, 128 from your corner outward; the row above it runs back the other way with 64, 32, 16, 8; the row above that reverses again. Every tile has a neighbour worth exactly half of it, all the way up the chain.

That ordering is what makes cascades possible. When the small end of the snake finally produces a match, the merge frees a cell, the next pair collapses into it, and the whole chain compresses in a few presses — an 8 arriving in the right place can end up as a doubled 1024. Without the snake those same tiles sit in a scrambled order where nothing lines up and each merge has to be engineered by hand.

Building it is mostly about which row you feed. Do your working in the top two rows and let finished tiles settle downward; treat the bottom row as sealed. When a row is complete, stop touching its order — only the loose end of the snake, the smallest values, should be moving. The dangerous moment is a completed bottom row plus a nearly completed second row that runs the wrong way; if the second row's largest tile ends up at the far wall instead of directly above your corner-side tiles, the chain is broken and merges have to travel across the board. Fix that early, while the numbers involved are still small.

Stuck or about to lose? How to recover without an undo

There is no undo here — the original game did not have one, and playing without it is the point, because the recovery skill is a real skill. When you get stuck the reason is almost always the same: the board is full, and the only key that changes anything is the one you banned. That is survivable. Press up, but press it with a plan: look first at which tiles will actually move. If the bottom row is full and unmergeable, up will lift everything, spawn a tile on the floor, and you will have exactly one move to fix it — so the correct sequence is up, then immediately down, and the new small tile ends up near the bottom rather than buried in the middle.

Before you resort to that, check for the cheaper escape. Scan for any pair of equal tiles anywhere on the board and work out which of left, down or right merges them — even one merge buys a free cell, and a free cell buys several more moves. Also check whether a horizontal press moves anything at all. If it does not, it costs you nothing to press: no movement means no new tile, so you can safely probe directions to see what the board actually allows.

The habit that prevents the whole situation is watching your small tiles, not your big ones. A board dies when 2s and 4s get scattered across separate rows with no partners. Merge every small tile the moment a partner appears, even if a bigger merge looks more attractive, because 2s are the ones that clog the grid and they are the ones the game keeps generating. And keep at least one empty cell at all times: once you drop to zero empty cells you are no longer playing the board, you are playing whatever the random spawn hands you.

Is 2048 luck or skill — and can you win every time?

Both, but skill dominates by a wide margin. Luck decides where each tile lands and whether it is a 2 or a 4; skill decides whether that placement matters. A player pressing arrows at random essentially never reaches 2048 — the board fills with unmatched values within a couple of hundred moves. A player who anchors a corner, keeps the bottom row descending, and never presses up unless forced will reach 2048 in a large majority of games. That gap is not luck.

But no strategy guarantees a win every single time, and it is worth understanding why. The 4s are the problem. Every 4 that spawns is a cell you did not fill with the tile you wanted, and a run of them at the wrong moment — particularly landing in the corner column while your snake is mid-cascade — can wall off a merge you were counting on. You cannot prevent that, only leave yourself enough empty cells that a bad spawn is an inconvenience rather than a death sentence. That is really what 'playing well' means in 2048: maximising the number of futures in which you are still alive.

Practically, if you are losing consistently, the cause is usually one of three specific things rather than bad luck: you are pressing all four directions instead of three, you are chasing a big merge in the middle of the board instead of building along one wall, or you are letting small tiles accumulate unmerged. Fix them one at a time. Most people who follow the corner rule strictly for ten games see their ceiling move from 256 to 1024 without learning anything else.

What comes after 2048: 4096, 8192 and the theoretical ceiling

Nothing forces you to stop at 2048 — the tile is a milestone, not an end state, and the board carries on exactly as before. The next targets are 4096 and 8192, and each one costs roughly as much work as everything before it combined, because reaching a tile means building two of the previous tier. In score terms, 2048 costs a minimum of 20,480 points to construct from 2s, 4096 costs about 45,000, and 8192 costs around 98,000.

The difficulty jump is spatial, not arithmetic. A 2048 tile occupies one of your sixteen cells permanently and can never merge with anything until you have built a second 2048 — so from that point you are playing a fifteen-cell game, then a fourteen-cell game once a 4096 is parked next to it. This is exactly why the snake matters more the further you go: with fewer working cells, a scrambled board has nowhere to resolve itself.

The theoretical maximum on a 4x4 grid is 131,072 — that is 2 to the 17th. The arithmetic is straightforward: the sixteen cells would hold 131072, 65536, 32768 and so on down to 4, with the very last spawned tile needing to be a 4 rather than a 2, which happens only one time in ten. It has been achieved by search algorithms, never in ordinary human play. For a human, 32768 is an exceptional result and 65536 is the realistic ceiling. If you want a target that is genuinely hard but reachable, aim for 8192 — it demands a clean snake and near-zero wasted moves, but it does not need anything you have not already read here.

Questions people ask

What are the actual rules for merging tiles in 2048?

Tiles merge when two equal numbers collide during a slide, and the result is their sum — 2 and 2 make 4. A tile created by a merge cannot merge again on the same move, so 2, 2, 2, 2 pushed left gives 4, 4 rather than 8. Merges resolve from the wall you are pushing toward, so 4, 4, 8 pushed left becomes 8, 8. After any move that changes the board, one new tile spawns in a random empty cell — a 2 about 90% of the time and a 4 about 10%.

Why do I keep losing at 2048 when I'm nearly there?

Almost always because your biggest tile left its corner. Once a 1024 is sitting in the middle of the board it blocks merges in every direction and the grid fills around it. Pick one corner, keep your largest tile there, and use only three directions — for a bottom-left anchor that means left, down and right, with up reserved for emergencies. The second most common cause is letting 2s and 4s pile up unmerged in separate rows; clear small tiles the moment a partner appears.

Is there an undo button?

No. This version has no undo, matching the original game — every move is final. That makes the recovery technique worth learning: when you are forced to press up, follow it immediately with down so the newly spawned tile drops to the floor instead of getting buried mid-board, and never let your empty-cell count reach zero, since that is the point where the random spawn decides the game instead of you.

What happens when you reach 2048 — does the game end?

You hit the milestone and the board keeps going. The 2048 tile takes up one of your sixteen cells and cannot merge with anything until you build a second 2048, so you are effectively playing a fifteen-cell game from then on. Next targets are 4096 and 8192. The theoretical maximum on a 4x4 grid is 131,072, though for human play 32768 is already an outstanding result.

Do I need an account or a download to play?

Neither. The game runs in your browser, it is free, and there is no signup. Your best score is stored locally on the device you are playing on, so it will be waiting next time you open the page in the same browser — but it does not follow you to a different device, and there are no accounts, leaderboards or multiplayer.

How to play 2048

  1. Swipe (or use arrow keys) to slide all tiles in one direction.
  2. Equal tiles merge into one and double their value.
  3. Reach the 2048 tile — then keep going for a high score!

2048 is free to play online at Trivio — no download, no signup, works on desktop and mobile. Your best score is saved in your browser.

More brain puzzle games

All puzzle games →