UK Bebras

 
 

OUCC Tutorials: blockly maze [1 of 3]

Tutorials index

Blockly Maze Tasks

The Blockly maze tasks are simply about guiding a robot from its starting position to the target square (a green square) in any way that works. Some mazes are simple, some more complex. Sometimes there are constraints that you need to overcome such as the number of blocks allowed or the types of blocks available.

Try to get the robot to the green square in this simple maze:

Now explore how to combine some other blocks to navigate more complex mazes

Next >>


Example 1 - Using loops
Example 2 - Using using if blocks

Tutorials index