Introduce yourselves!
Icebreaker: What is your favorite Nintendo game?
Design a game object class for a game engine (e.g., Dragonfly). Use an Object-Oriented approach.
class Object {
// Attributes
private:
// Methods
public:
};
Questions:
What basic state does it need to keep track of? Consider core attributes for game engine code versus game-specific attributes for game code
Hint: consider locating objects
Hint: consider identifying objects
What methods are needed?
Hint: consider object re-locations
Hint: consider object appearance
Based on the answer for 1A), what other class should be designed?
What basic state do you need to keep track of?
What methods are needed?
Submit your answers:
https://wpi.qualtrics.com/jfe/form/SV_eE71R23icJUJKK2
Make sure to include the names of all group members.
Happy object-ing!
– Mark