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...
Start a Code Club in Your School @CodeClub #Coding #Teachers #School...
Update Arduino Libraries Using the IDE Library Manager #Arduino...
Find Your Raspberry Pi IP Address #RaspberryPi...
Secondary School Coding Curriculum Key Stage 3: design, use and evaluate computational abstractions that model...
Nybble Cat Robot ...