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...
Connect to Your Raspberry Pi With SSH From Linux, macOS, or Windows 10 #RaspberryPi...
Snap Machine Learning Custom Blocks: New Snap! commands, sample projects, and a teacher guide to...
Port COM4 Arduino Genuino UNO #Arduino...
Arduino UNO Attached to a PC via USB Cable #Arduino...
Arduino IDE Get Board Information #Arduino...