Microsoft Word - Document2
Assignment Instructions
All code must be done in processing software, free downloadable
software on processing.org
Write notes explaining each step of code
Can be anything you want, must include the requirements below
1.
at least 1 Class which has:
a. at least 1 constructor
. at least 1 method
2. The class created in the above step, needs to be used in
one of the following ways:
a. Either as an a
ay of instances of that class in the
usage sketch
. Or be part of a composite class and that composite
class is used in usage sketch
c. Or be part of parent/child combo and be used in
usage sketch
3. There needs to be:
a. animation using code inside draw
. or user interaction by using mouse and/or
keyboard
4. Program should run (submit it either way).