Wolfpack150 / BaseballProject

1 stars 0 forks source link

Team Class #3

Closed bvlundberg closed 9 years ago

bvlundberg commented 10 years ago

I don't think I have talked about this, but we are obviously going to need a Team class that has doubly linked list of Players so we can cycles through them during the game.

This class should have the following members

When the first player is added to the roster, the linked list will start generating in order of players added.

After all players are created, the user will have the option to set the batting order or start the game. This will allow the user to either update the order of the linked list or move on to the next team or start the game.

This class is up for assignment

bvlundberg commented 9 years ago

The team class has been created, so the issue is closed.