Design the LogManager

Introduce yourselves!

Icebreaker: What is the first computer game you can remember playing?


Design a LogManager for a game engine (e.g., Dragonfly)

Use an Object-Oriented approach

Assume you have the base Manager class

    class LogManager : Manager {

      // Attributes
      private:

      // Methods
      public:

    };
  1. Questions:

  2. Provide an example of how the LogManager can be used.

  3. Where do you expect the LogManager to be used?


Submit your answers:

http://wpi.qualtrics.com/jfe/form/SV_8BneqBhyP1sHiM5

Make sure to include the names of all group members.

Happy logging!

-- Mark