Show HN: I found a way to 'cheat'/solve 2048 (With live demo)
After a loong long time trying to beat my girlfriends' 11.000+ highscore on the original 2048, I found myself working according to a standard method: move right, move down, repeat, until you're locked.
Then move left, move down and start from moving down and right again.
To test this theory to the max i've injected a little button into 2048 and it executes this method until you pause it.
http://schizoduckie.github.io/2048/
It works surprisingly well if I say so myself :)
10 comments
[ 2.8 ms ] story [ 15.7 ms ] threadYou should probably remove the "Note: This site is the official version of 2048." footer from your version.
You should not make any 'Up' moves unless you absolutely have no other move. You should not try to merge large tiles from the bottom of the third or second column into the third. Just let them build up on their own and eventually the top of the columns will be able to merge together and you can then merge the rightmost tile and fill it up again.
First priority is to keep the rightmost column completely full.