How to play 2048

Slide the tiles, match the numbers, and try to keep enough space open to reach 2048.

Objective

What is the goal of 2048?

The goal is to make a 2048 tile. You start with small tiles, usually 2s and 4s, and every merge doubles the number: 2 becomes 4, 4 becomes 8, 8 becomes 16, and so on.

You win the classic game when 2048 appears. If the board still has moves left, you can keep going and chase a higher score.

Core rules

How tiles move and merge

  • Each move slides every tile as far as it can go in one direction.
  • Matching tiles merge once per move and become a tile worth double.
  • A new tile appears after every valid move.
  • The game ends when the board is full and nothing next to each other can merge.

Standard merge rule

2048 merge rule: each tile can merge only once per move

No. A tile can merge only once during a single move. If a merge creates a new tile, that new tile has to wait until your next swipe before it can merge again.

For example, if a row is 2, 2, 2, 2 and you swipe left, it becomes 4, 4, empty, empty. It does not collapse into 8, empty, empty, empty. The two new 4 tiles are locked for the rest of that move.

Visual examples

What common 2048 merges look like

Four 2 tiles do not become one 8

2222
44

Swipe left and the first pair makes 4, then the second pair makes 4. The new 4 tiles wait until the next move before they can merge again.

Order matters when a row has gaps

224
44

The two 2 tiles combine first, then the existing 4 slides beside the new 4. That is why planning the row before you swipe helps.

Example

Another merge example

If a row shows 2, 2, 4, and an empty space, sliding left turns the first two tiles into a 4. The row becomes 4, 4, empty, empty, then a new small tile appears somewhere else.

That is why watching the order of the row matters. The game resolves the nearest pair, finishes the move, and only then adds a new tile.

Controls

Desktop and mobile controls

Use arrow keys or WASD on desktop. On phones and tablets, swipe in the direction you want the board to move.

Try to make deliberate moves instead of quick back-and-forth swipes. A calm board usually beats a frantic one.

Score

Scoring and winning

Your score goes up by the value of each tile you create in a merge. Combining two 16 tiles adds 32 points, two 128 tiles adds 256 points, and so on. Good runs usually come from a board where the next merge is easy to see, not from one lucky swipe.

Reaching the 2048 tile wins the classic goal, but the board does not have to stop there. You can keep playing after 2048 if there is still space and at least one move left.

Starter strategy

A good first habit

Choose one corner for your biggest tile and protect it. Most strong runs keep the largest numbers grouped on one edge while smaller tiles come in from the open side.

For example, if your biggest tile is in the bottom-left corner, try to rely on left and down. Use right or up only when you need the space and know how you will recover.

Avoid these

Common beginner mistakes

  • Swiping in all four directions without a plan, which scatters high tiles across the board.
  • Letting the largest tile drift into the middle, where it blocks future merges.
  • Filling every row with mismatched numbers before leaving yourself a cleanup lane.
  • Chasing every small merge instead of setting up the move after it.

Quick answers

Frequently asked questions

Can a tile merge more than once per move in 2048? No. Each tile can merge only once per move. If you swipe 2, 2, 2, 2 left, you get 4, 4. You do not get 8, because the two new 4 tiles wait for the next move.

Why does 2 2 2 2 become 4 4 instead of 8? 2048 handles merges in pairs in the direction you swipe. The first two 2 tiles make one 4, and the next two 2 tiles make another 4.

Does every swipe add a new tile? Only valid moves add a new tile. If the board does not change, the move does not count.

Can you keep playing after reaching 2048? Yes. Reaching 2048 wins the classic goal, but you can continue the same board if legal moves remain.

Is 2048 hard to learn? No. You can learn the rules in one round, but making space and protecting your largest tile is where the game gets interesting.

Play now

Ready to try it?

The fastest way to learn 2048 is to play a round and watch how each swipe changes the board.

Play 2048 online free or read the 2048 strategy tips.