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.
Notice how useful it is to be able to just write "square" when you want LOGO to draw a square.
Image
LOGO Challenge 4 - Squares to Procedures
Image
LOGO Challenge 4 - Squares to Procedures