Guide the robot home, hunt the bug, and draw the picture in as few lines as you can.
forward 1 moves the robot exactly one square
Play โMazepar 5turning changes the way the robot faces, it does not move it
Play โMazepar 5take only works when the robot is standing on the star
Play โMazepar 8a loop saves lines: repeat 6 [ forward 1 ] instead of six lines
Play โMazepar 4a loop can repeat more than one action, not just walking
Play โMazepar 5spotting a repeated pattern turns a long program into one short loop
Play โMazepar 11the shortest looking route is not always the one that exists
Play โMazepar 17break a long journey into straight runs and write each one as a repeat
Play โMazepar 20the same turn repeated with shrinking runs makes a spiral
Play โMazepar 20a star in the middle of a run splits that run into two repeats
Play โMazepar 7a loop inside a loop: the inner loop walks two squares, the outer loop repeats the whole step
Play โMazepar 15an outer loop can repeat a whole journey that already contains loops of its own
Play โA square with sides of 100.
Play โBug huntTwo lines joined in a corner.
Play โBug huntA flagpole: a line going up, then a short line going right.
Play โBug huntA triangle with three equal sides.
Play โBug huntA square with sides of 80.
Play โBug huntThree steps climbing to the right.
Play โBug huntA hexagon with six equal sides.
Play โBug huntA blue square filled with colour.
Play โBug huntA spiral whose sides get longer as it turns.
Play โBug huntA flower of six petals, drawn with your own block.
Play โDraw this shape: a square with sides of 80.
Play โDrawโDraw this shape: a staircase of three steps climbing to the right.
Play โDrawโ โDraw this shape: a star with five points, drawn without lifting the pen.
Play โDrawโ โDraw this picture: a round sun in the middle with twelve rays around it.
Play โDrawโ โDraw this picture: a diamond kite with a straight tail hanging below it.
Play โDrawโ โ โDraw this picture: a square house with a pointed roof on top.
Play โDrawโ โ โDraw this picture: a flower with six petals around a small centre.
Play โDrawโ โ โDraw this shape: a spiral that winds outwards, each side longer than the last.
Play โDrawโ โ โ โDraw this picture: twelve squares turned around the same centre, with a ring of dots outside them.
Play โDrawโ โ โ โ โDraw this picture: a snowflake with six arms, each arm carrying two small twigs.
Play โ