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:
};
Questions:
What are the basic LogManager responsibilities?
What methods are needed?
What attributes does it need?
Provide an example (code) of how the LogManager can be used.
Where do you expect the LogManager to be used?
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