Package | Description |
---|---|
games.stumped |
Gather branches and build up your lodge as beavers fight to survive.
|
Modifier and Type | Field and Description |
---|---|
Player |
Game.currentPlayer
The player whose turn it is currently.
|
Player |
Tile.lodgeOwner
The owner of the Beaver lodge on this Tile, if present, otherwise null.
|
Player |
Player.opponent
This player's opponent in the game.
|
Player |
Beaver.owner
The Player that owns and can control this Beaver.
|
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