← Back to context

Comment by aeon10

11 years ago

Wrote a script which plays using a simple greedy approach. Chooses the current best option. Doesn't seem to get past 512 so far. It does however consistently get till 256. Just copy the code in the console and restart the game (space bar) to run.

Does anybody have a better approach? Other than randomize and trying your luck? Or maybe that is the best algorithm for this case..

https://gist.github.com/AeonAxan/9482114