2048
Move and merge tiles to make 2048.
Score
0
Rules
Use your arrow keys or swipe in your smartphone to move the tiles. The tiles move in the informed direction while there are empty spaces.
When two tiles with the same number colide, they merge into one tile with same number they summed to one! Thus, 2 + 2 => 4, 4 + 4 => 8, 8 + 8 => 16 and so on. Every time a new merge occurs, the score is updated. Your best score is also shown.
After every move, a new tile is added to the board. When you make the 2048 tile, you win. If the board is full and no new merge can be performed, you lose.