You Win: 2048
Optimal Algorithm of 2048:
This Game took 27830 moves over 96 minutes or an average 4.8 moves per second
current algorithm..:
while (!game_over) {
for each possible move:
count_no_of_merges_for_2-tiles and 4-tiles
choose the move with a large number of merges
}
How To win 2048?
… Choose one corner
and move all your maximum towards that direction.
use upward two tap and
right two tap