Modifier and Type | Field and Description |
---|---|
private MarketPlace |
GameEngine.market |
Modifier and Type | Method and Description |
---|---|
MarketPlace |
GameEngine.getMarket()
Returns the market object used by the game
|
Modifier and Type | Method and Description |
---|---|
private void |
AIPlayer.AIAcquireRoboticon(MarketPlace market)
Allows the AIPlayer to buy a roboticon from the market given.
|
private void |
AIPlayer.AIGamble(MarketPlace market)
This allows the AIPlayer to gamble at a pub given a market to go to
|
void |
AIPlayer.CompleteTurn(Plot[] plots,
MarketPlace market)
The function for the ai to complete their turn automatically given a list of available plots and the market so that it can interact with them.
|
void |
AIPlayer.SellResources(MarketPlace market)
If the player has any resources available it will sell them all to the market given
|