Solve it! is a website that contains solvers for common games like Sudoku, Nonogram, Crosswords and more!
1. 2048 is played on a 4x4 grid, with numbered tiles that slide smoothly when a player moves them using the
arrow keys.
2. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or
4.
3. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the
edge of the grid.
4. 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.
5. The game is won when a tile with a value of 2048 appears on the board.
6. The game is over when the board is full and no more moves can be made, or if a player reaches a tile with a
value of 2048.