diff -r eb4f89e2a001 -r df4736e659f2 2048.html --- a/2048.html Sat Sep 20 09:44:08 2014 +0300 +++ b/2048.html Sat Sep 20 22:55:24 2014 +0300 @@ -213,9 +213,9 @@
-
+
-
next merge makes max value
+
one step ahead
score weight
@@ -715,10 +715,10 @@ cfg.whilePossible = aiDom.querySelectorAll("input[name='whilePossible']")[0].checked; return new ai.BlindCycle(ui.brdEngine, cfg); }, - "ai-one-step-deep": function(aiDom) { + "ai-one-step-ahead": function(aiDom) { var cfg = {}; ui.ai.parseCfg(aiDom, cfg); - return new ai.OneStepDeep(ui.brdEngine, cfg); + return new ai.OneStepAhead(ui.brdEngine, cfg); }, "ai-deep-max-score": function() { return new ai.DeepMaxScore(ui.brdEngine);