A demonstration of the 2048 AI I wrote getting an 8192 tile. This video is NOT sped up or time-lapsed in any way!\r
\r
The AI plays up to 30 moves per second (averaging around 12 moves per second). A total of 6327 moves were played in this video.\r
\r
The AI plays against the official version of 2048 ( by using browser remote control. The AI itself searches about 4-6 moves ahead, testing on average 100,000 potential moves before deciding on each move.\r
\r
For more information about the AI, see the StackOverflow post describing the approach ( You can find the code on GitHub (\r
\r
The AI isnt perfect, not by a long shot. I think the 16384 tile is readily reachable. If youve got a suggestion for improvement, by all means, suggest it in the comments or over on GitHub.