CS 419ab -- Winter Quarter 2019

Project #4

100 Points

Due: February 4

Simple Painting Program


This page was last updated: January 25, 2019


Requirements

  1. Create a painting program like we worked on in class.

  2. Make it do at least 3 things based on reading the mouse and keyboard. These things could be:

  3. Hitting the 'e' key should cause the screen to erase. You do this by re-calling the background( ) function.

  4. Feel free to go crazy with this. It is a lot of fun to have a painting program that you decide the features of.

  5. Whatever features you choose, be sure that your screen shots show these working.

Turn-in:

Use the Teach system to turn in your:

  1. Your Processing file
  2. A one-page PDF with a title, your name, your email address, a list of what features you implemented, and nice screen shots from your program showing that those features work.

Grading:

FeaturePoints
At least 3 demonstrable features33 each
Potential Total100