Swipe to move the tiles, Each time 2 tiles with the same number touch, the numbers are added and the two tiles merge. Produce the magic number of 2048. Good luck!
Explore deep challenge for your mind!
You will have a grid of 16 tiles. Two numbers will be given: usually two number twos, maybe number four.
Move up or down, left or right trying to join two equal numbers.
When two equal numbers are in touch, they will add up.
A scoreboard on the upper-right keeps track of the user's score. The user's score starts at zero, and is incremented whenever two tiles combine, by the value of the new tile. The user's best score is shown alongside the current score.
</br>