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
Brain Controlled Prosthetic Arm Funded by DARPA: The Modular #Prosthetic Limb developed for #DARPA by...
Start a Code Club in Your School @CodeClub #Coding #Teachers #School...
How to Install an Arduino Library from a Zip File #Arduino...
Arduino Genuino UNO Board Info #Arduino...
Importing the Arduino HC-SR04 Ultrasonic Sensor Library Zip File #Arduino...
Python Built-In Functions #Python #Coding #Teachers...