Package | Description |
---|---|
game | |
gui |
Modifier and Type | Field and Description |
---|---|
Game |
Truck.game
The game to which this truck belongs.
|
Game |
GameRunner.GameScore.game
the game.
|
Game |
Board.game
The game for this board.
|
Modifier and Type | Method and Description |
---|---|
Game |
Manager.getGame()
Return the Game to which this Manager belongs.
|
Modifier and Type | Method and Description |
---|---|
static Board |
Board.randomBoard(Game g)
Return a new random board for g seeded via random seed.
|
static Board |
Board.randomBoard(Game g,
long seed)
Return a new random board for g seeded with
seed . |
void |
Manager.setGame(Game g)
Set the game this manager is watching to g.
|
Constructor and Description |
---|
GameRunner.GameScore(Game g,
int s,
GameRunner.GameStatus status,
java.lang.String m)
Constructor: an instance for game g with score s, status status,
and message m.
|
Modifier and Type | Method and Description |
---|---|
void |
GUI.setGame(Game g)
Set the game to Game g and redraw the map.
|
Constructor and Description |
---|
GUI(Game g)
Constructor: a window to show a game g.
|