CIS 3309 Section 1
Homework Assignment HWA 06 I
Initial Stage of
the Game
Project Design
(Note: Homework
problems are to be turned in to the instructor, not the lab assistant.)
Objectives: 1) Sketching out forms
design 2) Understanding the
behavior of your game (first pass) 3) Identifying and
documenting the objects to be manipulated 4) Designing the class
that model these objects
a) purpose of the class (summary)
b) attributes (fields and properties)
c) methods (with interface descriptions)
d) exceptions to be handled
Software design Using Classes (these tasks are to be carried out in parallel):