TURTLE GRAPHICS 1.38



ASSIGNMENT:
A single car can be made with:
se 90 fd 10 se 0 re 46 [[ fd 1 rt 12 ]] se 90 fd 10
se 0 re 46 [[ fd 1 rt 12 ]] se 90 fd 10 se 90 fd 5 se 0 fd 10 se 270 fd 17
se 0 fd 10 se 270 fd 21 se 180 fd 10 se 270 fd 17 se 180 fd 10
Your cars will be placed at (-120,0), (-60,0), (0,0), and (60,0).
NOTE: You may not use the sz command for this assignment. Use sx instead.

TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4