Turtle Basics #178
StartAutomating
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Turtle is a groovy graphics system that dates back to 1966.
Imagine you are a turtle holding a pen.
You can:
Using these fundamental basics, we can theoretically draw any shape.
Our turtle is pretty smart, and so it can draw a lot of shapes for us.
A classic example is a 'flower', which repeats many polygons
turtle flower save ./flower.svg
Beta Was this translation helpful? Give feedback.
All reactions