In this 2048 game you need to swap tiles to merge them together. If two side by side tiles have same number on them then they will be merged to a single tile with sum up their numbers. Final target is to create a tile with 2048 number and increase your score.
During finding the 2048 tile you can also score points. if you can merge 4 and 4 tile you will get 4+4=8 points.
You can swap in four directions. Up, Down, Left and Right. If two consecutive tiles 2 and 2 is there to the swap direction then they will be merged to form a 4 tile and you will score 4 points. If two consecutive tiles 4 and 4 is there to the swap direction then they will be merged to form a 8 tile and you will score 8 points. And so on. If there are tiles 2,2,4 then they will be merged to a single 8 tile (first 4,4, then 8) and the score will be 4+8=12.
Highest score will be saved always.
熱門國家 | 系統支援 | 版本 | 費用 | APP評分 | 上架日期 | 更新日期 |
---|---|---|---|---|---|---|
未知 | Android Google Play | 2 App下載 | 免費 | 1970-01-01 | 2015-03-09 |