Skip to content

KeenMind Lab2048

2048

Slide tiles on a 4×4 grid. Same numbers merge. Reach 2048, then keep going. Arrow keys, swipe, undo, and a best score on this device.

Score 0
Best 0
2
2

The puzzle, without the beige

2048 is a sliding-tile puzzle on a 4×4 grid. Every turn, you swipe or press an arrow, every tile slides as far as it can, and any two equal tiles that collide merge into one tile with double the value. A new 2 (sometimes a 4) spawns in a random empty cell. The headline goal is to make a 2048 tile. The real game is the one that starts after that: keep merging on a crowded board without trapping yourself. We kept the rules identical to the original and threw out the original beige. High-value tiles use the violet accent the rest of KeenMind Lab already speaks.

This page is the puzzle anchor for the site. The memory tests measure recall. 2048 measures planning under a spawn you do not control. It is slower than a reaction test and more stubborn than a CPS pad, which is the point — a different part of the same afternoon. Undo is here because a mis-swipe on a phone should not end a 20-minute run. Best score is stored in localStorage on this device, same as every other game on the site.

How the board actually works

Tiles slide simultaneously. A 2 next to a 2 becomes a 4 and cannot merge again in the same move — that is why a row of four 2s becomes two 4s, not one 8. Corners are the whole strategy. Park your highest tile in a corner, build a descending snake toward it, and never swipe away from that corner unless you can see the recovery. When the 2048 tile appears we pause on a win state. You can stop and take the score, or keep playing toward 4096 and 8192. The game ends when there is no empty cell and no adjacent equal pair — a board that cannot move.

On a phone, swipe anywhere on the board. On a desktop, arrows or WASD. We animate the slide and a short pop on merge so you can see what actually combined. If you want a related warm-up, the sequence memory test is the closest cousin on this site: both are about holding a layout in your head for one more step.

2048 score readings

ResultReading
Under 1,000Learning the slide
1,000 – 4,000Typical run
Reached 2048 (~8–12k)The win
4096 tileStrong control
8192+Rare, patient play

How to improve your score

  • Pick a corner and live there. The highest tile belongs in a corner. Building toward the center is how boards die. Most people play bottom-left or bottom-right; pick one and stop changing.
  • Keep a merge path open. A monotonic row (2-4-8-16 or 16-8-4-2) is more important than a lucky 128 in the wrong place. If a swipe would break the snake, do not take it.
  • Do not chase every merge. Merging two 16s in the middle of the board feels productive and often strands a 32. Empty space is a resource. Spend it on purpose.
  • Undo is for mis-swipes, not for searching. Undo exists because a thumb slips. Using it to try four futures turns a puzzle into a spreadsheet. Take the slip back; play the rest.

FAQ

How do you play 2048?

Swipe or use arrow keys to slide every tile. Equal tiles that collide merge into one with double the value. A new 2 or 4 appears after each move. Make a 2048 tile to win. You can keep playing after that.

What is a good 2048 score?

Reaching the 2048 tile usually lands around 8,000–12,000 points depending on how many leftover merges you banked. A first-session board that dies around 2,000 is normal. Scores above 20,000 mean you are building past 4096.

Does this version keep going after 2048?

Yes. The win state offers Keep playing. The board, the score, and undo all continue. The game ends only when no legal slide remains.

Is the spawn random?

Yes. After a move that actually changed the board, a 2 spawns in a random empty cell, or a 4 about 10% of the time. There is no seeded puzzle and no hint engine.

Why is the palette dark?

So it belongs on KeenMind Lab next to the reaction tests instead of looking like a different product. The rules are the original rules. Only the surfaces changed.

Try a related test