LOGO challenge 4 - squares to procedures
This LOGO Challenge emphasises the idea of breaking down a problem into smaller manageable parts. Working on squares and angles.
Problem
Let's look again at the designs you may have created in an earlier Challenge using the REPEAT command ..
How about trying to create these, or similar designs, using procedures.
- Create a procedure for a square.
- Now create procedures that put the squares together in different ways.


Teachers' Resources
You can create several procedures for different objects and combine them:
Here is a procedure for a square (called "sq"):
And, here is a procedure for an equilateral triangle:
Here is a procedure for a "house"!
See if you can produce some patterns based on "sq" and "tri" using procedures.
The biggest challenge is to be able to tell the turtle how to get to the right place pointing in the right direction to join shapes together in the way you intended.
Can you write a procedure to produce a row of houses?