Simple Painting Program


This page was last updated: July 6, 2019


Requirements

  1. Create a painting program.

  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.