UNIVERSITY AT BUFFALO, THE STATE UNIVERSITY OF NEW YORK
The Department of Computer Science & Engineering
cse@buffalo
CSE 111: Great Ideas in Computer Science

Lab 7 - Turtle Doodling


July 25, 2011

Todays lab will be an extension of what we did in class. We will apply sequence, selection, and loop to drawing using the turtles we discussed earlier.

Your task is to draw an American flag using the turtles. Use the technique we discussed in class:

  1. Learn as much as you can about the problem.
  2. Determine specifications (Input/Output).
  3. Design an algorithm.
  4. Implementation.
  5. Bug Fixes / Maintenance

You'll also probably want to use the star function we defined during class to help you out.

For reference, here's a picture of a flag which I created using the turtles:

This lab is due Wednesday at the start of class.


Copyright © 2011 Daniel R. Schlegel