Package | Description |
---|---|
games.necrowar |
Send hordes of the undead at your opponent while defending yourself against theirs to win.
|
Modifier and Type | Field and Description |
---|---|
Player |
Game.currentPlayer
The player whose turn it is currently.
|
Player |
Player.opponent
This player's opponent in the game.
|
Player |
Tile.owner
Which player owns this tile, only applies to grass tiles for workers, NULL otherwise.
|
Player |
Unit.owner
The Player that owns and can control this Unit.
|
Player |
Tower.owner
The player that built / owns this tower.
|
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