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





New Scratch 3 Visual Programming Tool Design #Scratch #Programming...
When to Teach Coding in Primary Schools #Coding #Teachers...
Start a Code Club in Your School @CodeClub #Coding #Teachers #School...
If Then Else Statements #programming #coding...
Arduino Uno Board #microcontroller #Hackerspace...
Arduino Board Electronics Projects #Arduino #Electronics #Teachers...