2048 Classic Online

Join the tiles, reach 2048

2048 Classic Online is the original Gabriele Cirulli sliding-tile puzzle, faithful to the rule set that turned it into a quiet phenomenon in 2014. You start with two tiles already placed on a four-by-four grid. Slide one direction at a time with the arrow keys, the WASD keys, or a finger swipe, and any two tiles of the same value that bump into each other merge into a single tile worth their sum. After every move that changes the board, a fresh tile appears in a random empty cell: ninety per cent of the time it is a 2, the other ten per cent a 4. Win the round by building a 2048 tile, and the game asks if you would like to keep going for a higher score.

What separates this version is what it does not do. The four-by-four board is generated at runtime in your browser, there is no leaderboard feeding a server, and no move you make is recorded anywhere outside your own device. Your best score for the current browser stays in local storage so you can chase it across sessions, and that is the only data the page writes.

Two quality-of-life details matter once you start pushing past the 256 tile. A new-game button sits in the top corner for when a board genuinely stalls, and a confirmation gesture prevents accidental restarts. Tile colours follow the values that have been used in classic 2048 boards for a decade, so the visual rhythm stays familiar.

The game ships as a single self-contained HTML file with no external libraries, no fonts to fetch, no network requests after the page loads and no tracking. It plays on desktop with a keyboard or mouse and on a phone with thumb swipes, and it reflows to fit a portrait screen without losing the square board. No account, no download, no plugin, and a full session lasts between two minutes and half an hour depending on how far you push it.

How to play

  1. Slide tiles using the arrow keys, the WASD keys, or finger swipes in the direction you want the board to move.
  2. When two tiles with the same number collide, they merge into one tile whose value is their sum.
  3. Each successful move spawns a new tile (90% of the time a 2, otherwise a 4) in a random empty cell.
  4. Reach a 2048 tile to win the round, then choose to keep playing for a higher score.
  5. The round ends when the board is full and no adjacent tiles share the same value.

Controls

  • Keyboard: Arrow keys or WASD to slide all tiles in that direction
  • Touch: Swipe across the board in any direction to move the tiles
  • Mouse: Click and drag across the board in the direction you want to slide
  • Button: Tap New Game in the top corner to start over at any time
  • Keys: Press Space at the start or end screen to begin or play again

Tips

  • Anchor your largest tile in a corner and keep it there rather than chasing the centre, because edges cannot be attacked from both sides at once.
  • Avoid sliding up more than you have to; building a monotonic stack from the bottom row is the most reliable way to control the merges.
  • Treat every 4 that spawns as a temporary guest you want to neutralise in the next two moves, since a 4 trapped against bigger neighbours is hard to absorb later.
  • If the board is full with no merge possible, slide in the direction that creates the most immediate pairing rather than the one that looks tidiest.

Frequently asked questions

Is 2048 Classic Online free to play?

Yes. The game runs entirely in your browser, costs nothing, and needs no account or download.

Does the game save my best score?

Yes. The highest score you reach on this browser is stored locally, so it persists across sessions on the same device without ever being sent over the network.

Can I keep playing after I reach 2048?

Yes. When the 2048 tile appears the round offers a Keep going option, and the board continues until it fills with no legal move.

Does 2048 work on a phone?

Yes. The board is touch-enabled, reflows to a portrait phone screen, and full swipe gestures are supported alongside tap controls.

More games