Package | Description |
---|---|
games.catastrophe |
Convert as many humans to as you can to survive in this post-apocalyptic wasteland.
|
Modifier and Type | Field and Description |
---|---|
Player |
Game.currentPlayer
The player whose turn it is currently.
|
Player |
Player.opponent
This player's opponent in the game.
|
Player |
Structure.owner
The owner of this Structure if any, otherwise null.
|
Player |
Unit.owner
The Player that owns and can control this Unit, or null if the Unit is neutral.
|
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