Slide tiles, merge matching numbers, and build your way to 2048
2048 is played on a 4x4 grid of numbered tiles. Press an arrow key (or swipe) and every tile slides as far as it can in that direction. When two tiles with the same number collide, they merge into a single tile worth their sum: two 2s become a 4, two 4s become an 8, and so on. After every move that changes the board, a new tile (usually a 2, occasionally a 4) appears in a random empty cell.
Your score grows by the value of every merge you make, and the game ends when the grid is full and no neighboring tiles match. Reach the 2048 tile and you win - but you can keep playing for 4096, 8192, and beyond. A one-step undo is available if a move goes wrong.