- main(String[]) - Static method in class Monopoly
-
Starts the game.
- MAX_GROUPS - Static variable in class Board
-
- MAX_HOUSE_COUNT - Static variable in class Property
-
- MAX_PROPERTIES_PER_GROUP - Static variable in class Board
-
- MONEY_GO - Static variable in class Game
-
- MONEY_JAIL - Static variable in class Game
-
- Monopoly - Class in <Unnamed>
-
Play the classic game Monopoly with a Madison theme.
- Monopoly() - Constructor for class Monopoly
-
- MonopolyUI - Class in <Unnamed>
-
Abstract class for a Monopoly User Interface.
- MonopolyUI() - Constructor for class MonopolyUI
-
- movePawn(int, int) - Method in class Console
-
Move a pawn around the board.
- movePawn(int, int) - Method in class GUI
-
Move a pawn around the board.
- movePawn(int, int) - Method in class MonopolyUI
-
Move a pawn around the board.
- movePlayer(Player, int) - Method in class Game
-
Moves a player a specific number of spaces around the board.
- moveToSpace(Player, int) - Method in class Game
-