Beginner Coding with Blocks
Chapter
>
Level
Variables and Data
Placing Objects
Objective
Collect wheat in the field, store it in a variable and place it in the chest then close it to complete the level.
Collect the grain in the field and put them away.
Pick up all the grains on the field, once you pick them up put them into a variable using the set variable block. Create a variable named wheat and set it to the number of grains you picked up (6).
Once the variable is ready, go to the X mark in front of the open chest and store the grain by using the place block. You can use the place block by connecting the get variable block (for wheat) to it as you face the chest you want to store the grain inside of.
Once you're done putting the wheat away, close the chest using the close block learned in a previous level.
Code book