Building tanks
Now that the model is part of our project, we need to create a class that will manage everything about a tank. While we could simply load the model in our TankBattlesGame
class, we need more than one tank, and duplicating all of the items necessary to handle both tanks does not make sense.