diff --git a/game.js b/game.js index 1a31cbc..07e598f 100644 --- a/game.js +++ b/game.js @@ -1287,7 +1287,7 @@ function generateBotQueue() { function getSimulatedBotResult(tape) { var simulatedBoard = deepCopy(gameGrid) resetBot(gameStage.start.x,gameStage.start.y,TESTING,tape) - const MAX_ITERATIONS=2000 + const MAX_ITERATIONS=10000 var iterations=0 while (iterations