2048

Score
0
Best
0
← ↑ → ↓ Arrow Keys ↔ ↕ Swipe

How 2048 Works

2048 is played on a 4x4 grid. Use the arrow keys (or swipe on mobile) to slide every tile in one direction at once. When two tiles of the same number collide, they merge into one tile worth their sum — two 4s become an 8, two 8s become a 16, and so on. After each valid move a new tile appears in a random empty cell, usually a 2 and occasionally a 4. Create the 2048 tile to win. A win message appears, but you can keep going to aim for 4096, 8192 or higher. The game ends when no moves remain.

One important rule: a tile can only merge once per move. A row of 2-2-2-2 becomes 4-4, not a single 8. There is no Undo — think before you swipe.

The most reliable strategy is corner anchoring: pick one corner (say the bottom-left), keep your largest tile pinned there, and use only two primary directions (down and left). Avoid moving away from your anchor corner whenever possible. Try to arrange tiles in descending order along one edge — this is called monotonic ordering. The more advanced version extends the line into an S-shaped snake pattern across two rows, keeping high-value tiles connected. The core habits are: stick to two directions, keep the largest tile in its corner, and keep as many cells open as you can.

Your game and Best score are saved in your browser automatically.