The Goal: Slide numbered tiles across the 4×4 grid to merge matching numbers and reach the 2048 tile!
Controls:
- Desktop: Use
Arrow Keys or WASD to slide all tiles in that direction.
- Mobile/Touch: Swipe in any direction directly on the board.
Rules:
- When two tiles with the same number touch while sliding, they merge into one with double the value (e.g., 2+2=4, 4+4=8).
- After reaching 2048, you can choose to Keep Going to build higher values (4096, 8192) and chase an ultimate high score!
- Game over occurs when the grid is full and no adjacent tiles can merge.