2048 Description
"2048 is a single-player sliding block puzzle game. The game's objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048. However, one can continue to play the game after reaching the goal, creating tiles with larger numbers. Each 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 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. The resulting tile cannot merge with another tile again in the same move. Higher-scoring tiles emit a soft glow, and the player's score is the sum of the values of all tiles on the board. The game ends when there are no empty spaces and no adjacent tiles with the same value."
Open up