Design the LogManager


Introductions

Introduce yourselves!

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


Groupwork

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 (code) of how the LogManager can be used.

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


Hand-in

Have ONE person from each group submit the group’s answers:

https://wpi.qualtrics.com/jfe/form/SV_agAw690XI28c63A

Make sure to include the names of all group members.

Happy logging!

– Mark