Last updated: March 2026
What Is 2048?
2048 is a free online sliding puzzle game that challenges you to combine numbered tiles on a 4×4 grid to reach the 2048 tile — no signup, no download required. Slide tiles in four directions; when two tiles with the same number collide, they merge into one tile worth double the value.
Created by Italian developer Gabriele Cirulli in 2014, 2048 became one of the most viral browser games in history, generating over 100 million plays in its first two weeks. The game's appeal lies in its simplicity — anyone can learn it in 30 seconds — combined with surprisingly deep strategy around tile positioning and merge chains.
This version features smooth tile animations, swipe controls for mobile, an undo button, and session score tracking. All processing happens in your browser with nothing downloaded or stored on a server.
How to Play 2048
Use arrow keys (desktop) or swipe (mobile) to slide all tiles in one direction. Every tile on the grid moves as far as it can in that direction. When two tiles with the same number collide during a slide, they merge into a single tile worth their sum.
After each move, a new tile (2 or 4) appears in a random empty cell. Plan your moves to avoid filling the grid — once no valid moves remain, the game is over. The key is maintaining open space while building toward larger tiles.
Reach the 2048 tile to win, then keep playing to chase a high score. Use the undo button to take back one move if you make a mistake. Your best score is tracked for the session so you can try to beat your personal record.
Key Features
Tiles glide smoothly to their new positions with 150ms CSS transitions. Merged tiles pop with a satisfying scale animation, and new tiles fade in from zero. These details make the game feel responsive and polished on every device.
The undo button stores your previous grid state and lets you revert one move at a time. This is especially useful when you accidentally push your highest tile out of its corner — the single biggest cause of lost games. It resets after each new move to keep the game challenging.
Full touch swipe support with a 30-pixel threshold makes mobile play comfortable and accurate. The grid automatically sizes to fill your screen, and browser scrolling is disabled during swipes to prevent accidental page movement. Dark mode is available for comfortable play in any lighting.
Frequently Asked Questions
What is the highest possible score in 2048?
The theoretical maximum tile is 131,072 (2^17) on a standard 4×4 grid. The highest possible score is 3,932,156. In practice, reaching the 8192 or 16384 tile is an impressive achievement that requires careful planning over hundreds of moves.
What is the best strategy for 2048?
Keep your highest tile in a corner (bottom-left is most common). Never move it away from that corner. Build a descending chain along one edge. Avoid pressing up if your big tile is in the bottom corner.
Can you play 2048 on your phone?
Yes. This version supports full touch swipe controls. Swipe up, down, left, or right to move tiles. The grid resizes to fit your screen perfectly on any device.
Is 2048 a math game?
It involves powers of 2 (2, 4, 8, 16, 32, 64...) but does not require math skills. It is a spatial reasoning and strategy puzzle. Each tile is simply double the previous value.
How do I undo a move in 2048?
Click the Undo button to revert your last move. You get one undo at a time — it resets after your next move. Use it when you accidentally push your big tile out of its corner.