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 IDE Get Board Information #Arduino...
Importing the Arduino HC-SR04 Ultrasonic Sensor Library Zip File #Arduino...
National Curriculum in England Computing Programmes of Study September 2013 #Curriculum #Coding...
Python Built-In Functions #Python #Coding #Teachers...
Computer Science Teacher Training #Teacher #Training...
Cross Curricular Lessons Motivate Children #Lessons #Coding #Teachers...