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