Article
The corner strategy in 2048, and when to break it
Why keeping your biggest tile in a corner works, how to build a snake of descending tiles, and the moments to abandon the plan.
By SweepZone Team · Updated · 6 min read
2048 has some of the simplest rules of any puzzle game. Slide every tile on a 4×4 board in one direction, and matching tiles merge into one tile worth their sum. Gabriele Cirulli released the original in 2014, and it has been copied and remixed countless times since, including our own Merge Vault 2048. Ask experienced players how to win, and almost all of them give the same first piece of advice: keep your biggest tile in a corner.
That advice is sound, and pairing it with a "snake" of tiles built out from the corner makes it powerful. There are also a few moments when you should break the rule on purpose.
Why corners work
After every move, a new tile appears in a random empty square. You can't control where it lands, so the game is really about keeping your board organized despite that randomness.
A large tile in the middle of the board is a problem. It has four neighbors, and small tiles collect around it on every side. Your big tile needs another tile of the same value to merge with, but it's surrounded by 2s and 4s that can't merge with it and are hard to move away.
Put that tile in a corner and it has only two neighbors, because the walls protect the other two sides. Now you can arrange the tiles next to it so they grow toward it. New tiles also tend to appear on the far side of the board, away from your important tiles.
Choose a corner and stick with it
Pick one corner at the start of the game. It doesn't matter which one. The examples here use the bottom-left.
With the bottom-left as your corner, your two main directions are down and left. Nearly every move should be one of those two, because both push tiles toward the corner. Your third direction is right, for when down and left won't work or would make a mess. Save up, the fourth direction, for a last resort.
Moving up is dangerous because it can pull tiles out of the bottom row. If your big tile moves up and out of the corner, a new 2 may land in the empty corner square, and your best tile ends up one square away from where it belongs.
The same logic explains a second rule: keep the bottom row full. If all four squares of the bottom row hold tiles and no two neighbors in it match, pressing right can't move anything in that row, so your corner tile stays put. A gap in the row, or two matching tiles that would merge, means pressing right can shift your big tile out of the corner. So check the row with your big tile before you press right.
Build a snake
Keeping the biggest tile in the corner is only half the strategy. The other half is arranging the rest of your tiles so they can merge up into it, step by step.
The idea is to line up tiles in decreasing order along the bottom row, then continue the chain in the row above, running back the other way. The path looks like a snake. In this example board, dots mark the empty squares:
. . 2 .
4 2 . .
8 16 32 64
1024 512 256 128
The bottom row runs 1024, 512, 256, 128 from left to right. At the right end the chain turns up and runs back the other way: 64 sits above the 128, then 32, 16, and 8. At the left end it turns up again, with a 4 and then a 2. Every tile in the chain sits next to the tile it will eventually merge with. The 2 in the top row is a new tile that landed at random.
That layout is where the corner strategy gets its strength. When the 2 at the end of the chain merges with another 2, it becomes a 4 next to the 4. Merge those, and you have an 8 next to the 8, then a 16 next to the 16, and so on along the chain toward the corner. If everything lines up, a run of merges travels all the way from the far end of the snake into your biggest tile.
In a real game, your board will rarely look this tidy. Treat the snake as a goal to steer toward, and don't expect to hold it perfectly.
The numbers behind a 2048 tile
Knowing how long a game takes explains why patience matters.
Merging two tiles doesn't change the total value on the board. Two 64s become one 128, and the sum stays the same. Value only comes from new tiles appearing. In Merge Vault, as in the original game, a new tile is a 2 nine times out of ten and a 4 the rest of the time, so an average new tile is worth 2.2. The board also starts with two tiles.
That gives a simple rule of thumb for the fewest moves it takes, on average, before a tile can exist at all:
| Tile | Fewest moves, on average |
|---|---|
| 128 | About 56 |
| 256 | About 115 |
| 512 | About 230 |
| 1024 | About 465 |
| 2048 | About 930 |
These are lower limits. Real games take longer, because not every move sends value into your biggest tile. Even so, the table shows that a 2048 takes hundreds of moves. One careless move halfway through can undo a lot of work, so slow, deliberate play pays off.
When to break the rule
Treat the corner strategy as a guide. There are moments when sticking to it rigidly will lose you the game.
When a new tile lands in your corner. Sometimes you're forced to press up. Your big tile shifts, and a 2 appears in the corner. Don't panic. You can often merge that 2 away or push your big tile back within a move or two. If you can't, consider making a different corner your new home, especially if your big tile is now next to it.
When the board is almost full. If your only safe moves would leave no empty squares, the next new tile may lock the board. At that point, a move in your "forbidden" direction that opens up space beats a "correct" move that fills the board. Pick the move that leaves the most empty squares and keeps your big tile as close to the corner as possible.
When a second large tile is stuck. Now and then you'll build a big tile outside your snake, such as a 256 stranded on the far side. Don't give up on it. Work to bring the snake to it or it to the snake, even if that means a few moves in unusual directions.
When the goal is points. In Merge Vault's Daily run, stages 6, 8, and 10 ask you to score a number of points in the stage rather than reach a tile. Every merge scores the value of the tile it creates, so stages like these reward keeping lots of merges going. You still want your corner, but don't spend ten moves setting up one perfect merge when steady merges would clear the stage sooner.
Use your undo wisely
Merge Vault's Daily run gives you one undo, and Practice gives you two. Endless has none. An undo is most valuable for the mistake the corner strategy is designed to prevent: a move that knocks your biggest tile out of its corner. Save it for that. Don't use it early to take back a move that made a small mess.
A plan for your next game
- Pick a corner and choose your two main directions.
- Keep the row with your big tile full before using your third direction.
- Build a descending snake along the edge, then back along the next row.
- Avoid the fourth direction unless the alternative is a locked board.
- When the plan breaks, fix it calmly within a move or two, or choose a new corner.
For a low-pressure way to practice, try Merge Vault's Practice mode. It asks you to reach a single 128 tile with two undos, which is enough to learn the feel of the snake. Once that starts to feel natural, take it into the Daily run and see how many stages you can clear. The Merge Vault guide covers the stage goals and scoring in full.