Turtle Graphics

We made some cool designs this week using the Turtle library in python

we created some snowflake style artwork using nested loops ( a loop inside another loop )

Then by changing the degrees on each line, the turtle make spiral patterns

Have a look at the finished code below on my GitHub, and test it out in Thonny

Previous
Previous

Scrolling Backgrounds

Next
Next

Making Levels