- Game - Class in <Unnamed>
-
Implements game play.
- Game(Player[]) - Constructor for class Game
-
Construct a new Game with an array of players.
- Game(Player[], String) - Constructor for class Game
-
Construct a new Game with an array of players and a file that
contains board information.
- game - Variable in class GUI
-
- getBoard() - Method in class Game
-
Get the playing board.
- getCost() - Method in class Property
-
Get the cost of this Property.
- getCurrentPlayer() - Method in class Game
-
Get the current player.
- getGoSpace() - Method in class Board
-
Get index of the Go! space
- getGroup() - Method in class Property
-
Get the group of the Property.
- getHouseCost() - Method in class Property
-
Get the cost of purchasing a house for this Property.
- getJailSpace() - Method in class Board
-
Get the index of the jail space
- getLocation() - Method in class Player
-
Gets the current location of the Player.
- getMoney() - Method in class Player
-
Gets the current cash balance of the Player
- getName() - Method in class Player
-
Gets the name of the Player.
- getName() - Method in class Property
-
Get the name of the Property.
- getName() - Method in class Space
-
Get the name of the space.
- getNetWorth() - Method in class Player
-
Computes the net worth of the player.
- getNumHouses() - Method in class Property
-
Get the number of houses on the Property
- getOwner() - Method in class Property
-
Get the owner of the Property.
- getPlayers() - Method in class Game
-
Get an array of all players.
- getProperties(int) - Method in class Board
-
Get properties associated with a particular property group
- getProperty() - Method in class Space
-
Get the Property associated with this Space.
- getRent() - Method in class Property
-
Get the rent for this Property.
- getSpace(int) - Method in class Board
-
Get space at a particular index
- getSpaces() - Method in class Board
-
Get the array of spaces on the board.
- getType() - Method in class Space
-
Get the type of the space.
- GO - Static variable in class Space
-
- goSpace - Variable in class Board
-
- GOTO_JAIL - Static variable in class Space
-
- GRID_SIZE - Static variable in class GUI
-
- GROUP_COLORS - Static variable in class GUI
-
- GUI - Class in <Unnamed>
-
Implements a MonopolyUI in a GUI.
- GUI(Game) - Constructor for class GUI
-