Package | Description |
---|---|
com.codingame.gameengine.core | |
com.codingame.gameengine.module.entities |
Class and Description |
---|
AbstractPlayer
The representation of the a player's AI during the game's execution.
|
AbstractPlayer.TimeoutException
An Exception thrown by
getOutputs() when the player's AI did not respond in time after an execute() . |
Module
A Module can be registered to the
GameManager in order to send information to the game view or provide utility functions to the
Referee. |
Tooltip
The data for a tooltip which appears on the progress bar of the replay of a game to give information about significant game events.
|
Class and Description |
---|
Module
A Module can be registered to the
GameManager in order to send information to the game view or provide utility functions to the
Referee. |