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 |
---|---|
Warehouse |
Player.headquarters
The Warehouse that serves as this player's headquarters and has extra health.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Warehouse> |
Player.warehouses
All the warehouses owned by this player.
|
Modifier and Type | Method and Description |
---|---|
int |
PoliceDepartment.raid(Warehouse warehouse)
Bribe the police to raid a Warehouse, dealing damage equal based on the Warehouse's current exposure, and then resetting it to 0.
|
© 2020 MST ACM SIG-GAME