Description
2048 Tiles is played on a grid, with numbered tiles that slide smoothly when a player moves them by swiping up, down, left or right. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided and the player's score will increase accordingly.
- Save current position for next play.
- Possibility to Undo your last moves in case you made mistake
- Different difficulty boards: (3x3), (4x4), (5x5)
- Continue the game after reaching 2048.
- Vivid sound effects