2048 has maybe the shortest rulebook of any puzzle that regularly steals an entire lunch break. You can learn it in one minute, then lose for a week straight around the 512 tile, wondering what everyone else knows that you don't. This post is both halves: the rules, then the strategy that separates a 30,000-point run from a board that jams at move eighty.
The rules of 2048
- The game is played on a 4×4 grid that starts with two tiles.
- Each move, whether arrow keys on desktop or swipes on a phone, slides every tile as far as it can go in that direction. You never move one tile; you move the whole board.
- When two tiles with the same number collide, they merge into one tile of double the value: 2+2=4, 4+4=8, up through 1024+1024=2048.
- A tile can only merge once per move, so a row of 4, 4, 8 slid left becomes 8, 8, not 16.
- After every move, a new tile appears on a random empty cell: a 2 most of the time, occasionally a 4.
- You win by building the 2048 tile. You lose when the board is full and no adjacent tiles match, leaving no legal move.
- Scoring: every merge adds the value of the new tile to your score. Making an 8 scores 8; making 2048 scores 2048 in one merge. Big tiles are built from a pyramid of smaller merges, which is why score grows much faster than tile value.
That's the entire rulebook. Notice what's not in it: no clock, no move limit, no randomness beyond where the next 2 lands. Every loss in 2048 is a positioning loss, which is good news, because positioning is learnable.
The one rule that changes everything: pick a corner
Almost all 2048 strategy is one idea: your biggest tile lives in a corner, and it never leaves. Pick one, say bottom-left, and treat it as home for the largest tile on the board. The reason is simple. A big tile in the middle has four neighbors to block, and every one of them needs to eventually double all the way up to match it. In a corner it has two neighbors, and the rest of the board stays free for the assembly line.
The practical version of the rule: never press the direction that pulls your big tile out of its corner. If home is bottom-left, you play down and left as your bread and butter, right when you must, and up almost never. One careless up-swipe is how most promising runs die. The anchor tile drifts, a stray 2 spawns in the corner behind it, and the whole structure is bricked.
The snake (how the corner rule becomes a build order)
With the anchor parked, build the rest in a snake: the bottom row holds your largest tiles in descending order, say 512, 256, 128, 64, and then the order reverses along the row above, and so on, weaving up the board like a switchback road. Each tile sits next to the tile it will eventually merge into. When a new 64 forms at the tail, it merges into the 64, which makes 128, which slides into the 128, and a chain reaction rolls the whole snake down into the corner.
You don't need to micromanage this. It emerges on its own from two habits: keep the bottom row full (a full row can't be disturbed by your horizontal moves), and grow tiles near the tail of the snake, not scattered around the board.
When to break formation
Sometimes the board forces the forbidden direction, with nothing able to move down or sideways, and the game makes you swipe up. This is survivable if you treat it as an emergency, not a habit: swipe up, then immediately press back toward your corner before spawns pile into the wrong row. The skill here is noticing the emergency coming: if your safe moves are down to two, spend a few moves making merges that free up cells instead of pushing for the next big tile. In 2048, empty cells are oxygen — the player with four free cells always has a move; the player with one is gambling on spawn luck.
The mistakes that end runs
- Playing all four directions casually. Random swiping feels productive because tiles keep merging, right up until the big ones are scattered across the middle. Three directions, one emergency.
- Chasing a merge across the board. Pulling your structure apart to unite two 128s is usually worse than leaving them and building a third. The snake brings tiles together on its own.
- Letting the anchor row open. If the bottom row has a gap, a left-right move can slide your corner tile sideways. Fill the row first, then shuffle freely.
- Ignoring the second-biggest tile. The anchor is safe by definition; the 512 sitting one cell away is the tile that actually gets stranded. Its merge partner should always have a path to reach it.
Can you always win?
No, and it's worth knowing why. Spawns are random, and a long streak of badly-placed 4s can strangle even perfect play. But the margin is enormous. A corner-and-snake player reaches 2048 regularly and 4096 on good runs, while a free-swiper almost never crosses 1024. The randomness decides your best runs; your habits decide your average run. 2048 is a strategy game wearing a fidget toy's clothes.
Where to play
You can put all of this into practice on our free 2048, with no ads between moves and no signup. There's one shared daily board that every player starts from the same position, so your score is comparable with everyone else's on the leaderboard, plus unlimited free play, and an archive of past daily boards if you want a rematch with a specific day. It lives on our arcade shelf, and the launch story is in the announcement post.
Pick your corner. Defend it like it owes you money.