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 |
---|---|
Forecast |
Game.currentForecast
The current Forecast, which will be applied at the end of the turn.
|
Forecast |
Game.nextForecast
The next Forecast, which will be applied at the end of your opponent's turn.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Forecast> |
Game.forecasts
All the forecasts in the game, indexed by turn number.
|
© 2020 MST ACM SIG-GAME