Beginner Coding with Blocks
Chapter 4
>
Level 3

Loops and Repetition
More complex looping

Objective

Walk through field and water crops on your way to the exit while only using no more than twelve (12) blocks.

To complete this level using twelve (12) or less blocks using the repeat block.

Use the: move forwardturn leftturn right blocks inside the repeat loop to move through the field. Along the way, use the water block when standing on an X mark and facing crops to water them.

The repeat loop block is set to four (4) cycles meaning every block you put inside the loop will repeat four times (4). Some blocks are already placed inside the loop, add the rest of the blocks needed to be repeated 4 times in order to reach the star at the end of the level.

Block Diagram

The goal is to do so with twelve (12) blocks, including the initial block and repeat block. That leaves ten (10) blocks inside the repeat block in order to complete the level.

Code book