CS105      Project 2

Build an interactive world (rather than a movie) of your own design. The program code must include the following features:

  1. At least 2 objects (instances of different classes). Write new class-level methods for each and save them out.  Then, begin with a new world and add instances of your new classes to the world to create the initial scene.
  2. At least 2 behaviors (links of events to methods).

Begin by creating a storyboard for both your objects as well as for the overall animation. Prepare the storyboard as something you can show the class (not just scrawled notes on a sheet of scruffy paper).

Please note that this assignment may be done in pairs. Each member of the pair is responsible for, at a minimum, creating all of the new class-level methods for one object. Please include, in your comments, which class-level methods were created by which person.

Besides sending me your projects  you will also give a presentation to the class where you are required to show off your storyboard and then demonstrate a working version of your program.