Modifier and Type | Field and Description |
---|---|
private java.util.List<AIPlayer> |
GameEngine.aiPlayers |
Modifier and Type | Method and Description |
---|---|
java.util.List<AIPlayer> |
GameEngine.getAIPlayers()
Gets array list of AI players
|
Constructor and Description |
---|
GameEngine(java.util.ArrayList<Player> humanPlayers,
java.util.ArrayList<AIPlayer> aiPlayers,
int mapWidth,
int mapHeight)
This allows a new instance of the GameEngine object to be instantiated allow a game to be played.
|