---
title: "2048 Game - Play the Classic Puzzle Online | CanDoYa"
description: "Play the classic 2048 game online for free. Merge number tiles with keys or swipes, undo a move, and save your board and best score in your browser."
url: https://candoya.com/tools/2048-game/
locale: en
type: browser-tool
---

# Play 2048 Online

Category: Games & Fun

## What is the 2048 game?

2048 is a single-player number puzzle played on a 4 x 4 grid. Slide every tile in one direction, combine equal numbers, and keep building until you create the 2048 tile. This browser version supports keyboard, touch, and button controls, saves your game locally, and lets you continue beyond 2048.

The game runs entirely in your browser with no account or download. Your current board and best score stay in local browser storage, so you can close the tab and return later. No game data is uploaded.

Scoring follows the classic rule: every merge adds the value of the tile it creates. Combining two 64 tiles adds 128 points, while slides without a merge add nothing.

## How to use it

1. **Move every tile** - Press an arrow key or WASD, swipe across the board, or use a direction button. All tiles slide as far as they can in that direction.
2. **Merge matching numbers** - When two equal tiles meet, they combine into one tile with double the value. A tile can merge only once in a single move.
3. **Protect your open spaces** - Keep your largest tile near a corner and arrange the other values around it. A new 2 or 4 appears after each valid move.
4. **Reach 2048 or keep going** - Making a 2048 tile wins the classic goal. Choose Keep going to chase 4096 and a higher score, or start a new game.

## Who it's for

- **Quick puzzle breaks** when you want a game that starts instantly and can be paused by closing the tab.
- **Strategy practice** with one-step undo, a persistent board, and a clear highest-tile readout.
- **Phone and tablet play** using board-only swipes that leave the rest of the page free to scroll.
- **Keyboard players** using arrow keys or WASD for fast moves without reaching for a mouse.

## Expert note

The edge case that reveals whether a 2048 implementation is correct is a line of four equal tiles. Moving 2, 2, 2, 2 to the left must produce 4, 4, 0, 0, not 8, 0, 0, 0, because a newly merged tile cannot merge again during the same move.

## Frequently asked questions

### Is this 2048 game free?

Yes. You can play as many games as you like without an account, payment, download, or daily limit. The complete puzzle runs in your browser, and all controls, including undo and continuing after 2048, are available for free.

### Is my 2048 game uploaded or tracked?

No game state is uploaded. Your board, current score, and best score are written only to local storage in your browser so the game can resume later. Clearing this site's browser data removes that saved progress.

### What are the controls for 2048?

Use the arrow keys or WASD on a keyboard. On a touch screen, swipe up, right, down, or left directly across the board. You can also use the four visible direction buttons with a mouse, keyboard, switch control, or other assistive input.

### How do tiles merge in 2048?

All tiles slide toward the chosen edge. Adjacent tiles with the same number merge into one tile worth their sum, and each tile may merge only once per move. After any move that changes the board, a new 2 appears 90 percent of the time and a 4 appears 10 percent of the time.

### How is the 2048 score calculated?

Each merge adds the value of the new tile to your score. Merging two 8 tiles creates 16 and adds 16 points. Simply sliding tiles does not add points. Your best score is the highest total reached on this browser.

### Does the 2048 game end when I reach 2048?

Reaching the 2048 tile displays a win message, but you can choose Keep going and continue combining tiles into 4096 or beyond. The game ends only when the grid is full and no equal tiles touch horizontally or vertically.

### Can I undo a move?

Yes. Undo restores the board and score from immediately before your latest valid move. It is a single-step practice aid, so making another move after an undo replaces that saved position. Your best score remains intact.

## Related tools

- [Anagram Game](https://candoya.com/tools/anagram-game/)
- [Reaction Time Test](https://candoya.com/tools/reaction-time-test/)
- [Click Speed Test](https://candoya.com/tools/click-speed-test/)
- [Maze Generator](https://candoya.com/tools/maze-generator/)
- [Typing Speed Test](https://candoya.com/tools/typing-speed-test/)

---

*Markdown edition of <https://candoya.com/tools/2048-game/>, published for AI agents and other automated readers. Index of key pages: <https://candoya.com/llms.txt>.*
