CSCI 150 - Foundations of Computer Science
Fall 2013
Project 1: Turtle Art
For this project, you are to write three programs. Each program will employ
the turtle module to draw a picture. Here are the requirements:
- At least two of the programs must contain both straight lines and curved lines.
- At least one of the programs must include at least three colors.
- The complexity of each drawing should be roughly comparable to those
suggested in Exercises 2.34, 2.35, and 2.36. It follows from this that
submitting solutions to some or all of those exercises is a valid approach
to the assignment, provided that color is incorporated.
- Submit each program as a separate
*.py file, via Moodle.
- The project is due on Thursday, Septebmer 12, 2013 at 5 pm.