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 Software Version 1.8.5 #Arduino #Software...
Arduino IDE Sketchbook Location #Arduino...
Arduino Nano Board: The Arduino Nano is a small, complete, and breadboard-friendly board based on...
Google AIY Vision Kit: The #AIY Vision Kit from #Google lets you build your own...
Brain Controlled Prosthetic Arm Funded by DARPA: The Modular #Prosthetic Limb developed for #DARPA by...
Cubetto Classroom Trial Review #Cubetto #Coding #Teachers...