Package | Description |
---|---|
games.anarchy |
Two player grid based game where each player tries to burn down the other player's buildings.
|
Modifier and Type | Field and Description |
---|---|
Player |
Forecast.controllingPlayer
The Player that can use WeatherStations to control this Forecast when its the nextForecast.
|
Player |
Game.currentPlayer
The player whose turn it is currently.
|
Player |
Player.opponent
This player's opponent in the game.
|
Player |
Building.owner
The player that owns this building.
|
Player |
AI.player
This is your AI's player.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Player> |
Game.players
List of all the players in the game.
|
© 2020 MST ACM SIG-GAME