LOGO Challenge 6 - Triangles and Stars

Recreating the designs in this challenge requires you to break a problem down into manageable chunks and use the relationships between triangles and hexagons. An exercise in detail and elegance.
Exploring and noticing Working systematically Conjecturing and generalising Visualising and representing Reasoning, convincing and proving
Being curious Being resourceful Being resilient Being collaborative


Can you recreate any of these images?

Try to break the problem down into smaller tasks, for example making a large triangle, and saving each "piece" as a procedure before putting all the smaller pieces of your jigsaw back together.

First try to create the picture without colour then try adding some colour later. Y

ou will need the commands:

SETFLOODCOLOUR < n> where n is a number between 0 and 15

FILL

Remembering to move the turtle into the shape before filling it. There is an example of colouring in the notes of LOGO Challenge 5 - Patch.

Image
LOGO Challenge 6 - Triangles and Stars
Image
LOGO Challenge 6 - Triangles and Stars
Image
LOGO Challenge 6 - Triangles and Stars
Image
LOGO Challenge 6 - Triangles and Stars