| Modifier and Type | Method and Description |
|---|---|
private static void |
Driver.printConclusion(Player player)
printConclusion will output the final status for a player.
|
private static void |
Driver.printLocation(Player player)
printLocation will output the room that a player is in, as well as displaying
information about the player's accumulated rewards.
|
void |
Board.repaintWorld(World world,
Player player) |
private javax.swing.JTextArea |
Board.setRoomText(Room room,
Player player,
int x,
int y) |
| Constructor and Description |
|---|
Board(World world,
Player player) |