Google Blockly Games Maze 6 Solution

Google Blockly Games Maze 6 Solution

Google Blockly Games Maze 6 Solution

Congratulations!

You solved this level with 6 lines of JavaScript:

while (notDone()) {
  if (isPathLeft()) {
    turnLeft();
  }
  moveForward();
}

Are you ready for level 7?

Continue Reading Google's Blockly Games Maze 1-10 Solutions