PROJECT 3
Redo a previous Project,
using an "Object-Based" approach.
Redo Project 2
(or Project 1, if you prefer)
Define at least three classes to contain all properties and methods pertaining to each object, such as:
the Boat, the Bomb, the Cloud, and several Fish, in Project 2
(
OR
the Hero, the Dog, the Monster, and a few Trees in Project 1.)
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. }