- AcquirePlot(Plot) - Method in class me.gandhiinc.blindeye.Player
-
This allows the player to acquire a new plot which in turn adds the plot to the list of plots the player owns
- activePlot - Variable in class me.gandhiinc.blindeye.GameEngine
-
- addRoboticon(Roboticon) - Method in class me.gandhiinc.blindeye.Player
-
This adds a roboticon to the list of roboticons the player owns
- addRoboticon(Roboticon) - Method in class me.gandhiinc.blindeye.Plot
-
A setter for the roboticon working on the plot.
- AIAcquirePlot(Plot[]) - Method in class me.gandhiinc.blindeye.AIPlayer
-
Allows the AIPlayer to acquire a random plot given a list of available plots
- AIAcquireRoboticon(MarketPlace) - Method in class me.gandhiinc.blindeye.AIPlayer
-
Allows the AIPlayer to buy a roboticon from the market given.
- AIGamble(MarketPlace) - Method in class me.gandhiinc.blindeye.AIPlayer
-
This allows the AIPlayer to gamble at a pub given a market to go to
- AIPlayer - Class in me.gandhiinc.blindeye
-
This class extends Player and builds upon to all AI functionality for a player to make choices by itself
It contains the following methods:
- CompleteTurn(Plot[] plots, MarketPlace market)
- AIPlayer(String, int, int, int) - Constructor for class me.gandhiinc.blindeye.AIPlayer
-
The is the constructor of the AIPlayer class to instantiate a new instance of the AIPlayer class
- aiPlayers - Variable in class me.gandhiinc.blindeye.GameEngine
-
- AssignedPlot - Variable in class me.gandhiinc.blindeye.Roboticon
-
- assignRoboticonButton - Variable in class me.gandhiinc.blindeye.Game
-