Class Game
java.lang.Object
Game
Write a description of class Game2 here.
- Version:
- (a version number or a date)
- Author:
- (your name)
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Runners
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
static final int
(package private) int
(package private) LineUp
(package private) Pitcher
(package private) int
(package private) int
(package private) int
(package private) Scanner
(package private) String
(package private) int[]
(package private) String[]
(package private) String
(package private) Random
static final int
(package private) int
(package private) boolean
(package private) boolean
(package private) boolean
static int
static int
static int
static int
static final int
(package private) int
(package private) Pitcher
(package private) LineUp
(package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
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()
-