remove AD
Master 2048 is a puzzle game.
You need to merge balls by dragging them together
When you drag a ball, all the other balls will move too.
There are 3 different game types and for each game there are 3 types of boards available.
Classic 2048 :
Merge 2 identical numbers to a ball with the sum amount
2 and 2 => 4 , 4 and 4 => 8 , 8 and 8 => 16 , ...
Fibonacci :
Merge two consecutive Fibonacci numbers the next number in the series.
1 and 1 => 2 , 1 and 2 => 3 , 2 and 3 => 5 , 3 and 5 => 8 , ...
2187 :
There are balls with one number and balls with two equal numbers.
Two balls with the same one number can be merged to a ball with the two numbers,
and ball with two numbers can only merge with ball with one and the same number.