Package | Description |
---|---|
games.anarchy |
Two player grid based game where each player tries to burn down the other player's buildings.
|
Modifier and Type | Class and Description |
---|---|
class |
FireDepartment
Can put out fires completely.
|
class |
PoliceDepartment
Used to keep cities under control and raid Warehouses.
|
class |
Warehouse
A typical abandoned warehouse that anarchists hang out in and can be bribed to burn down Buildings.
|
class |
WeatherStation
Can be bribed to change the next Forecast in some way.
|
Modifier and Type | Field and Description |
---|---|
Building |
Building.buildingEast
The Building directly to the east of this building, or null if not present.
|
Building |
Building.buildingNorth
The Building directly to the north of this building, or null if not present.
|
Building |
Building.buildingSouth
The Building directly to the south of this building, or null if not present.
|
Building |
Building.buildingWest
The Building directly to the west of this building, or null if not present.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Building> |
Player.buildings
All the buildings owned by this player.
|
java.util.List<Building> |
Game.buildings
All the buildings in the game.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FireDepartment.extinguish(Building building)
Bribes this FireDepartment to extinguish the some of the fire in a building.
|
int |
Warehouse.ignite(Building building)
Bribes the Warehouse to light a Building on fire.
|
© 2020 MST ACM SIG-GAME