Package | Description |
---|---|
games.coreminer |
Mine resources to obtain more value than your opponent.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Miner> |
Tile.miners
An array of the Miners on this Tile.
|
java.util.List<Miner> |
Player.miners
Every Miner owned by this Player.
|
java.util.List<Miner> |
Game.miners
Every Miner in the game.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Miner.transfer(Miner miner,
java.lang.String resource,
int amount)
Transfers a resource from the one Miner to another.
|
© 2020 MST ACM SIG-GAME