Package com.codingame.gameengine.core
Class AbstractSoloPlayer
java.lang.Object
com.codingame.gameengine.core.AbstractPlayer
com.codingame.gameengine.core.AbstractSoloPlayer
The representation of the player's AI during the game's execution.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.codingame.gameengine.core.AbstractPlayer
AbstractPlayer.TimeoutException
-
Field Summary
Fields inherited from class com.codingame.gameengine.core.AbstractPlayer
index
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingame.gameengine.core.AbstractPlayer
execute, getAvatarToken, getExpectedOutputLines, getNicknameToken, getOutputs, sendInputLine
-
Constructor Details
-
AbstractSoloPlayer
public AbstractSoloPlayer()
-