2048 - a classic puzzle game with a 4x4 board.
How to play:
1. Each round, a new tile with a value of "2" or "4" appears.
2. You can swipe tiles Right/Left and Up/Down across the board.
3. When 2 tiles of same value (like "2" and "2" or "4" and "4") touch - they merge into one tile with the combined value of original tiles ("4" or "8").
4. On each successful move player is granted with scores equal to value of combined tiles.
5. When you get a tile with 2048 value - you win!
6. When there are no possible moves to merge tiles - game ends.
New skins for tiles are planned in future updates. As well as other improvements!