Google Blockly Games Maze 10 Solution
Congratulations!
You solved this level with 18 lines of JavaScript:
while (notDone()) {
moveForward();
if (isPathForward()) {
if (isPathRight()) {
turnRight();
} else {
if (isPathLeft()) {
turnLeft();
}
}
} else {
if (isPathLeft()) {
turnLeft();
} else {
turnRight();
}
}
}
Are you ready for the next challenge?
Continue Reading Google's Blockly Games Maze 1-10 Solutions





Raspberry Pi 3 Model B+ 4 USB 2.0 Ports #RaspberryPi...
Scratch 3 Preview #Scratch #Coding #Teachers...
How to Confirm a 3rd Party Arduino Library was Installed #Arduino...
Arduino Nano Board: The Arduino Nano is a small, complete, and breadboard-friendly board based on...
When to Teach Coding in Primary Schools #Coding #Teachers...
Arduino IDE Library Installed Successfully #Arduino...