Loop 1 - Spiral Art
Upload Loop 1 Spiral Art drawings here: https://wakelet.com/i/invite?code=kihq3pp7 (just refresh if the link doesn't open immediately)
Our drawings will go from simple ones to more complicated. For the beginning students will draw a spiral art. Instructions are also available under Material sections if you want to edit/translate/print them. Don't share solutions with the students immediately, let them try to figure out what should they draw by following instructions!
This activity introduces the concept of loops in coding by applying it to drawing. It's a great was for kids to understand how repeating a set of instructions can create interesting patterns.
First task is really the simple one , encourage your students to follow the instructions within the loop (repeat) to draw the circles. After completing the loop 10 times, you'll have a beautiful spiral pattern on the paper.
Students can further decorate their spiral art by adding colors, patterns, details etc.
Upload Loop 1 Spiral Art drawings here: https://wakelet.com/i/invite?code=kihq3pp7
Loop 1 task - Spiral Art
Materials needed:
- Blank sheets of paper
- Colored markers or crayons
Materials needed:
- Blank sheets of paper
- Colored markers or crayons
Instructions:
patterns = [stars, hearts, straight lines, curved lines, dots, circles, triangles]
- Draw a small circle at the center of the paper
- Repeat 10 times:
- Choose color
- Draw a slightly larger circle around the circle you draw before
- Add color or pattern inside that circle