TURTLE GRAPHICS 1.24



ASSIGNMENT:
Weird Ornamental Tree Thing:

Use this line to make the ornaments:

   fd 10 lt 83 re 24 [[ fd 1 rt 15 ]]
The basic tree (not counting the ornaments):
   se 0 fd 20 se 90 fd 30 bk 60 fd 30 se 0 fd 20 se 90 
   fd 20 bk 40 fd 20 se 0 fd 20 se 90 fd 10 bk 20
You just have to figure out how to put them together!

TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4