2048 is a sliding tile puzzle where you combine matching numbers to create larger tiles. Move the board up, down, left, or right, and every valid move adds a new tile. The strategy is to keep space open, plan merges carefully, and work toward the 2048 tile.
Basic merge: If two 2 tiles slide into each other, they become one 4 tile.
Chain building: Two 4 tiles merge into 8, two 8 tiles merge into 16, and the pattern continues as you build higher-value tiles.
Strategy example: Many players try to keep their largest tile in one corner. This can make it easier to organize smaller tiles and avoid blocking future merges.
Game over example: The game ends when the board is full and no matching neighboring tiles can be merged.
2048 is played on a 4 by 4 grid. Each move slides all tiles in one direction. When two tiles with the same number touch, they merge into one tile with double the value.
After every valid move, a new tile appears on the board. The challenge is to keep enough empty space available while combining tiles in the right order.
The goal is to merge matching number tiles until you create a 2048 tile. You can continue building higher numbers if moves are still available.
You can use keyboard arrow keys, WASD keys, mouse drag, or touch swipe controls, depending on your device.
After each valid move, the game adds a new tile to an empty space. This is what makes planning ahead important.
Yes. The app stores the best score in the browser using local storage.
Yes. The game includes responsive layout and touch swipe controls for phones and tablets.
The game shows a Game Over message when the board is full and no neighboring tiles can merge.