Google Blockly Games Maze 4 Solution
Congratulations!
You solved this level with 6 lines of JavaScript:
while (notDone()) {
moveForward();
turnLeft();
moveForward();
turnRight();
}
Continue Reading Google's Blockly Games Maze 1-10 Solutions