Uses of Class
com.codingame.gameengine.core.GameManager
Packages that use GameManager
- 
Uses of GameManager in com.codingame.gameengine.core
Subclasses of GameManager in com.codingame.gameengine.coreModifier and TypeClassDescriptionfinal classMultiplayerGameManager<T extends AbstractMultiplayerPlayer>TheAbstractMultiplayerPlayertakes care of running each turn of a multiplayer game and computing each visual frame of the replay.classSoloGameManager<T extends AbstractSoloPlayer>TheAbstractMultiplayerPlayertakes care of running each turn of a multiplayer game and computing each visual frame of the replay.