Package | Description |
---|---|
games.stumped |
Gather branches and build up your lodge as beavers fight to survive.
|
Modifier and Type | Field and Description |
---|---|
Beaver |
Tile.beaver
The Beaver on this Tile if present, otherwise null.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Beaver> |
Player.beavers
The list of Beavers owned by this Player.
|
java.util.List<Beaver> |
Game.beavers
Every Beaver in the game.
|
Modifier and Type | Method and Description |
---|---|
Beaver |
Job.recruit(Tile tile)
Recruits a Beaver of this Job to a lodge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Beaver.attack(Beaver beaver)
Attacks another adjacent beaver.
|
© 2020 MST ACM SIG-GAME