2048 is an addictive puzzle game based on simple addition. The objective of the game is to reach 2048 by merging adjacent similar number tiles on a 4x4 board. The game starts with two tiles of 2 random positions on the board, and continues to add new tiles of 2 or 4 on random tiles after every move. The game ends when your board is completely filled with numbers and you don’t have any move left.
First Release