Introduce yourselves!
Icebreaker: What game are you playing most right now?
Assume you want to design a racing game with three vehicle types: Jeep, Truck, and Tank.
As a group:
Design classes that support this game, specifying needed methods.
Assume the game was running and the current vehicle was stored in
the variable V
of type Vehicle.
What class’s code gets executed when the vehicle moves
(move()
is called)?
What class’s code gets executed when the vehicle fires
(fire()
is called)?
What happens if the vehicle is a Jeep and it tries to fire?
Have ONE person from each group submit the group’s answers:
https://wpi.qualtrics.com/jfe/form/SV_bqQNCKjOXaSNyei
Make sure to include the names of all group members.
Happy engine-ing!
– Mark