Add Noise to Your Simple Painting Program


This page was last updated: July 6, 2019


Requirements

  1. Take your "Simple Painting Program" and add computer graphics noise to it.

  2. Make it do at least 2 noise-things based on reading the 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. Whatever features you choose, be sure that your screen shots show these working.