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





Arduino Driver Software Installed Successfully on COM4 #Arduino #Software...
Nybble walking cat robot, a light (350g), fast robotic cat that actually walks....
Raspberry Pi 3 Model B+ 4 USB 2.0 Ports #RaspberryPi...
Connect to Your Raspberry Pi With SSH on Older Windows PCs #RaspberryPi #Windows...
Do primary school pupils understand a Scratch script running a Broadcast block does NOT wait...
MIT App Inventor 2 I Have A Dream Android App #MIT #Teachers #Coding...