This is a first step project. Ask students/participants to think about how to make the cat (sprite) "walk" in a square around the space (stage) Step 1 - Decomposition - what are the steps, or algorithm, needed to make the Sprite walk in a square? Build the blocks to do so. Step 2 - Debugging - is it working? How can we be sure? Slow down the sprite with a Wait block Step 3 - Alternate method and the one we will build on - use the Pen block to show the path the sprite is walking. Step 4 - Iteration - reduce the amount of code, and redundant data needed.
Created by Joan Mruk Contains complete steps for Make a Square project. Press 1 for first step, 2 for second, etc.