Answer to level 9 of Google Blockly programming Maze. Please only use this answer to the Google blockly game if you are stuck!  I know some teachers have also looked at this so don’t worry too much.  I am a professional programmer and I got stuck for a few minutes too.

Breaking News - click here!

Here is a link to the Blockly maze question 9 this cheat tutorial is answering:

Google Blockly Maze level 9

Okay, here goes, so you still learn something at least, I will make the blockly code into real programming code and you still need to translate it into the blocks (easy).

while (true) {
if (Maze.isPathLeft()) {
Maze.turnLeft();
Maze.moveForward();
} else {
if (Maze.isPathForward()) {
Maze.moveForward();
} else {
if (Maze.isPathRight()) {
Maze.turnRight();
Maze.moveForward();
}}}}

 

I hope that helped you solve level 9 or stage 9 of the google blockly maze puzzle game.

3 Responses to Google Blockly Maze Answers Blocky

Leave a Reply

Your email address will not be published.


3 + = 12

Set your Twitter account name in your settings to use the TwitterBar Section.