CPSC120A
Fundamentals of Computer Science I

Creative Assignment 2

Drawing using the turtle module.

Computers can be powerful tools for artists. Their ability to represent curves and lines precisely make them a useful tool for graphic designers. In this assignment you will use the Turtle module as a computer aided design tool.

Details

Create a Python program that uses the turtle module to draw a picture. The picture can be anything you want, but must do the following:

Extra

Astounding drawings will receive extra credit. I will be the arbiter of whether a drawing is astounding.

Grading

The assignment will be graded on the following requirements according to the course’s programming assignment rubric.

Effort (40%): Here are some examples of drawings with average effort:

Turtle Graphics Yin Yang Symbol Turtle Graphics Green Lantern Symbol

Functionality (35%): A functional program will:

Style (25%): A program with good style will:

Submission

Submit your program as a .py file on the course Inquire page before class on Wednesday September 23rd.