Uses of Class
com.codingame.gameengine.core.GameManager
-
Uses of GameManager in com.codingame.gameengine.core
Modifier and TypeClassDescriptionfinal class
MultiplayerGameManager<T extends AbstractMultiplayerPlayer>
TheAbstractMultiplayerPlayer
takes care of running each turn of a multiplayer game and computing each visual frame of the replay.class
SoloGameManager<T extends AbstractSoloPlayer>
TheAbstractMultiplayerPlayer
takes care of running each turn of a multiplayer game and computing each visual frame of the replay.