PROJECT 3

Redo a previous Project,
using an "Object-Based" approach.

Redo Project 2 (or Project 1, if you prefer)

Upload code into your folder, in a file named project3.pde

REMEMBER:   Code readability is very important.
  • Start each method with a comment saying what it does.
  • Pick meaningful name for variables.
  • Properly indent each
    	{
    		block 
    		of
    		code.
    	}