TURTLE GRAPHICS 1.06



ASSIGNMENT:
This assignment shows you most all of the commands in action, but the new command used here is the bk (backward) command. It is simply used to move backwards from your current location. It's basically the opposite of the fd command.
pu sz 0 60 pd pc 255 0 0 re 4 [[ fd 8 bk 16 fd 8 rt 45 ]] pu sz -15 30 pd pc 0 255 0 re 4 [[ fd 8 bk 16 fd 8 rt 45 ]] pu sz 15 30 pd pc 255 255 0 re 4 [[ fd 8 bk 16 fd 8 rt 45 ]] pu sz -30 0 pd pc 0 255 255 re 4 [[ fd 8 bk 16 fd 8 rt 45 ]] pu sz 0 0 pd pc 0 0 255 re 4 [[ fd 8 bk 16 fd 8 rt 45 ]] pu sz 30 0 pd pc 255 0 255 re 4 [[ fd 8 bk 16 fd 8 rt 45 ]]

TURTLE CHALLENGES

Challenge #1

Challenge #2

Challenge #3

Challenge #4