Level name: | Level 4 |
---|---|
Instructions: | This maze is more complicated than the last. Try to solve it by using as few commands/blocks as possible. |
Created By: | Sohan Shashikant |
Updated: | 31/03/2022 11:58 |
Permalink: | http://maze.asdan-computing.org.uk/f1e5a80d-8ce0-4e60-ae52-6cdfb28c89c9 |
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. |
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.