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





Google Coding for Boys: A simple Google image search for 'Coding for Boys' shows lots...
Arduino Driver Software Installed Successfully on COM4 #Arduino #Software...
Install the Arduino IDE Software #Arduino #Coding...
Brain Controlled Prosthetic Arm Funded by DARPA: The Modular #Prosthetic Limb developed for #DARPA by...
Arduino IDE Manage Libraries #Arduino...
Raspberry Pi Camera Module V2 Attached to a Raspberry Pi 3 Model B+ #RaspberryPi...