2048 is a single-player sliding tile puzzle game. The goal is to combine numbered tiles on a 4x4 grid to create a tile with the number 2048.
How to Play:
Swipe to Move: Swipe up, down, left, or right to slide all tiles in that direction.
Combine Tiles: When two tiles with the same number touch, they merge into one tile with double the value (e.g., 2+2=4, 4+4=8).
Spawn Tiles: After each move, a new tile (either a 2 or a 4) appears in a random empty spot.
Game Over: The game ends when the grid is full and no more moves can be made.