|
|
|
|
|
by austin-cheney
1151 days ago
|
|
My highest score on 2048 was in 2015 when I scored over 120,000. I was close but failed to achieve the 16384 block. If an AI were trained to play that game I would expect similar performance, because there are very few strategies to this game but those strategies will comprise multiple moves to solve for a given problem in the moment. I also modified the original game code to allow a board of different sizes. The modifications are just a minor fix to the CSS, an input field for board size, an the corresponding JS for that input field. https://github.com/prettydiff/2048 |
|