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:
};
1a. What methods are needed?
1b. 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?
Each person in a group should submit their answers:
https://wpi.qualtrics.com/jfe/form/SV_6GnqoNhV6nbb090
Make sure to include the names of all group members.
Happy logging!
– Mark