Play 2048
The goal of 2048 is to combine numbered tiles on a 4x4 grid to create a tile with the number 2048. Slide tiles up, down, left, or right to merge adjacent tiles of the same value. The game is won when a 2048 tile is created.
The goal of 2048 is to combine numbered tiles on a 4x4 grid to create a tile with the number 2048. Slide tiles up, down, left, or right to merge adjacent tiles of the same value. The game is won when a 2048 tile is created.
1. | ||
2. | ||
3. | ||
4. | ||
5. | ||
6. | ||
7. | ||
8. | ||
9. | ||
10. |
1. | ||
2. | ||
3. | ||
4. | ||
5. | ||
6. | ||
7. | ||
8. | ||
9. | ||
10. |
1. | ||
2. | ||
3. | ||
4. | ||
5. | ||
6. | ||
7. | ||
8. | ||
9. | ||
10. |
The goal in 2048 is to combine numbered tiles to create a tile with the number 2048.
2048 is played on a 4x4 grid. Players slide tiles in one of four directions (up, down, left, or right) to merge adjacent tiles of the same value. When two tiles with the same number collide during a move, they merge into a tile with the sum of their values.
The game is won when a tile with the value of 2048 is created. The game is lost when there are no more possible moves left.
After winning the game, it is possible to continue playing to further increase your score.
Each time two tiles merge, the value of the resulting tile is added to the player's score. For example, merging two tiles with the value of 2 will result in a tile with the value of 4, hence 4 points will be added to the score.
We’ve collected some tips and tricks to help you win at 2048:
2048 is developed by Gabriele Cirulli. He released it on March 9th, 2014 as an open source game on Github.
In May 2014, versions for iOS and Android were also released.
Gabriele was inspired by the 1024 game, developed by Veewo Studio. He also based himself on Saming’s 2048 game, also a clone of the original 1024 game.
These were in turn based on the gameplay of the game Threes developed by Sirvo.
2048 can be played in all modern browsers, on all device types (desktop, tablet, mobile), and on all operating systems (Windows, macOS, Linux, Android, iOS, ...).