Wolfpack150 / BaseballProject

1 stars 0 forks source link

Switching innings #25

Closed bvlundberg closed 9 years ago

bvlundberg commented 9 years ago

I am going to start implementing switching teams at the end of the inning, as well as initializing the teams to the correct type(Home, Visitor) so that when the game starts, the teams are in the correct spot.

bvlundberg commented 9 years ago

I have finished the code for switching innings, but there are a few things that need to be connected to the code to continue.

  1. Visually show the innings being switch on the screen, which should take place in the inning display part of the gameplay, along with balls, strikes and outs.
  2. End the game at the correct time. (after the correct number of innings or once a team is winning at the end of extra innings)
  3. Changing references to the correct hitter in the lineup, correct pitcher for the defense, as well as displaying the new defense to the screen.