There is no late policy for this course!
If you do not complete the assignment by the deadline, you will receive 0
You "may" be excused pending discussion with your TA
Draw a scene using the shapes covered in lectures and labs.
Place this code inside the setup method.
Examples:
Practice each shape type and have some variation in position, size, shape.
At least 4:
Strokes and Fills:
Draw a character for your scene.
Place this code inside the draw method and clear the background.
Examples:
New sketch (using scene from Part 1 and character from Part 2).
Move your scene and character code inside their own methods.
Call these methods from the draw method.