CIS 260 Computer Programming I

In Class Ex - Turtle Graphics

The purpose of this exercise is to explore some of the basic concepts of "programming" using a web-based environment to experiment with Turtle Graphics.

Using Bill Kendrick's Turtle Graphics website: http://sonic.net/~nbs/webturtle/

  1. Familiarize yourself with the concepts and basic commands by reading the documentation and exploring the provided examples.
  2. Create a list of commands that will display the letters of your initials (first and last is fine) on the screen. Your initials must be drawn by the turtle graphics. (i.e. do not use the text output commands)

For grading purposes, hand in a printout (screen shots are OK) showing your initials AND the list of commands that was necessary to draw it.