6-4 Shape Maker
Students use shape procedures with parameters to create interactive Art with user input.
Checklist
Spicy Challenges 🌶
Only accept numbers between 0 and 10.
Name Shape.
Hint: Use a list to pair "number of sides" with shape name!
DIRECTIONS: Green Flag to clear, SpaceBar to start.
Reference
A circle is 360 degrees, so all interior angles of a regular shape add up to 360!
Therefore:
Interior angle of any shape is equal to: 360 / number of sides:
Some Blocks you may need:
Vocabulary
Procedure: Chunks of instruction. "Make a Block" is a Procedure
Arguments: Values passed in a procedure call
Parameters: Variables defined in procedure.
Vocabulary
Spicy Hints