Turtle Graphics - Block Text

Task

Develop a set of commands for Turtle Graphics to draw block text.

Instructions

Turtle Graphics is a type of drawing which involves a drawing point (a "turtle") following a series of instructions to traverse a page and draw a picture. Full instructions for Turtle Graphics is on the Turtle Graphics Page.

Use the Turtle Graphics commands to draw your name one letter at a time. For some letters, you will need to use the commands to pick the pen up (U), move to a new location, then put the pen down (D).


When you have a set of commands that work, copy and paste the commands (and what letters they belong to) into a Word document.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License