TURTLE GRAPHICS 1.08
ASSIGNMENT:
The line below will make a single red plus sign. You need to make nine and the colors need to be as shown below. The starting points that will work are: (-30,30), (0,30), (30,30), (-30,0), (0,0), (30,0), (-30,-30), (0,-30), (30,-30).
se 0 pu sz -30 30 pd pc 255 0 0 fd 10 lt 90 fd 10 rt 90 fd 5 rt 90 fd 10 lt 90 fd 10 rt 90 fd 5 rt 90 fd 10 lt 90 fd 10 rt 90 fd 5 rt 90 fd 10 lt 90 fd 10 rt 90 fd 5
TURTLE CHALLENGES
Challenge #1
Challenge #2
Challenge #3
Challenge #4