Package | Description |
---|---|
com.codingame.gameengine.core |
Modifier and Type | Class and Description |
---|---|
class |
GameManager<T extends AbstractPlayer>
The
GameManager takes care of running each turn of the game and computing each visual frame of the replay. |
Modifier and Type | Method and Description |
---|---|
void |
GameManager.addTooltip(AbstractPlayer player,
java.lang.String message)
Adds a tooltip for the current turn.
|