SE 2811, Lab 3: Designing a Garden

For labs 3 and 4, you will work in groups to develop a flower bed simulator. In this simulator, bees visit flowers for food, bees attack and slow down other bees, and flowers can drain energy. This might be used by a botanist to experiment with different mixes of bees and flowers. This lab will give you experience with applying the basic object-oriented design principles discussed in class (using the noun/verb method to identify domain classes and operations and documenting responsibilities) to a new problem.

Requirements

In addition to the above requirements,

Process and design constraints

Lab 3 Submission

For lab 3, submit

The full implementation will be due as lab 4.

Support Files