Uses of Class
com.codingame.gameengine.core.AbstractPlayer
-
Uses of AbstractPlayer in com.codingame.gameengine.core
Modifier and TypeClassDescriptionclass
GameManager<T extends AbstractPlayer>
TheGameManager
takes care of running each turn of the game and computing each visual frame of the replay.Modifier and TypeClassDescriptionclass
The representation of a player's AI during the game's execution.class
The representation of the player's AI during the game's execution.Modifier and TypeMethodDescriptionvoid
GameManager.addTooltip
(AbstractPlayer player, String message) Adds a tooltip for the current turn.