| Class | Description |
|---|---|
| Board |
Implements a game board.
|
| Console |
Implements a MonopolyUI for the console.
|
| Dice |
Implements a simple 6-sided die.
|
| Game |
Implements game play.
|
| GUI |
Implements a MonopolyUI in a GUI.
|
| Monopoly |
Play the classic game Monopoly with a Madison theme.
|
| MonopolyUI |
Abstract class for a Monopoly User Interface.
|
| Player |
Implements a game player.
|
| Property |
Implements a property space on the board.
|
| Space |
Implements a space on the board.
|