Tiles with powers of two (2, 4, 8, 16, etc.) appear on a 4x4 playing field. The player moves all tiles up, down, left, or right. When two tiles with the same value collide, they merge into one, and their numbers are added together. For example, 2 + 2 = 4, 4 + 4 = 8, and so on. After each move, a new tile appears in the empty space—usually a 2 or a 4.
How to play
The goal is to combine tiles with the same number until you get the 2048 tile.
Use the following keys on your keyboard: "W" "A" "S" "D"