Class Game


public class Game extends Object
Write a description of class Game2 here.
Version:
(a version number or a date)
Author:
(your name)
  • Field Details

    • seedST

      int seedST
    • rndST

      Random rndST
    • showOption

      boolean showOption
    • showOutcomeLine

      boolean showOutcomeLine
    • showPauseAfterOutcome

      boolean showPauseAfterOutcome
    • FIRST

      public static final int FIRST
      See Also:
    • SECOND

      public static final int SECOND
      See Also:
    • THIRD

      public static final int THIRD
      See Also:
    • teamOutsST

      public static int teamOutsST
    • teamRunsST

      public static int teamRunsST
    • teamErrorsST

      public static int teamErrorsST
    • teamHitsST

      public static int teamHitsST
    • inn

      int inn
    • counter

      int counter
    • vTeamWon

      int vTeamWon
    • vTeamLost

      int vTeamLost
    • hTeamWon

      int hTeamWon
    • hTeamLost

      int hTeamLost
    • baseRunnersST

      Runners baseRunnersST
    • pitchRollResults

      String[] pitchRollResults
    • pitchChartLimits

      int[] pitchChartLimits
    • vCurrentBatterIndexST

      int vCurrentBatterIndexST
    • hCurrentBatterIndexST

      int hCurrentBatterIndexST
    • visitorsLineUpST

      LineUp visitorsLineUpST
    • visitingPitcherST

      Pitcher visitingPitcherST
    • homeLineUpST

      LineUp homeLineUpST
    • homePitcherST

      Pitcher homePitcherST
    • cvScore

      int cvScore
    • chScore

      int chScore
    • cvHits

      int cvHits
    • chHits

      int chHits
    • cvErrors

      int cvErrors
    • chErrors

      int chErrors
    • vs

    • hs

    • input

      Scanner input
    • playResult

      String playResult
    • outcome

      String outcome
  • Constructor Details

    • Game

      public Game()
  • Method Details

    • play

      public void play()