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





CoderDojo Coding Club Flyer #CoderDojo #Coding #Teachers...
Find Your Raspberry Pi IP Address #RaspberryPi...
Secondary School Coding Curriculum Key Stage 4: develop their capability, creativity and knowledge in computer...
Cubetto Playset Coding Kit #Cubetto #Coding...
Relative Frequencies of Letters in the English Language Graph #Python #Language #Teachers...
Raspbian SSH Tutorial #Raspbian #RaspberryPi...