Created
November 8, 2013 09:58
-
-
Save BoyCook/7368831 to your computer and use it in GitHub Desktop.
Flower created with logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To petal | |
repeat 18 [ fd 8 rt 5 ] | |
rt 90 | |
repeat 18 [ fd 8 rt 5 ] | |
END | |
To petals | |
repeat 6 [petal rt 150] | |
END | |
to flower | |
fd 100 | |
lt 90 | |
petals | |
end | |
clearscreen | |
flower |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment