Level 8

Maze 1

Level Data

Level name: Level 8
Instructions: This is a really complicated maze, which will take clever use of all the blocks you've encountered so far to solve. Try to solve it using as few blocks as possible.
Created By: Luke Evans
Updated: 20/01/2023 14:26
Permalink: http://maze.asdan-computing.org.uk/6d0efd2d-d7a9-42b0-ae45-289d77374a9e

Blockly Code

Javascript Code

JS Command Description
window.mazerunner_move() Moves the runner one cell forward.
window.mazerunner_complete() Returns TRUE if the runner is in the goal cell, FALSE otherwise.
window.mazerunner_turn_right() Rotates the runner clockwise.
window.mazerunner_turn_left() Rotates the runner anti-clockwise.
window.mazerunner_path_on_left() Returns TRUE if the cell immediately to the left of the runner is valid, false otherwise.
window.mazerunner_path_on_right() Returns TRUE if the cell immediately to the right of the runner is valid, false otherwise.
window.mazerunner_path_ahead() Returns TRUE if the cell immediately in front of the runner is valid, false otherwise.

As you are not signed in, you are working on a public project that can be changed by anyone who has the permalink.

Go to the Register page to create an account and protect your project.