Uses of Class
com.codingame.gameengine.core.AbstractSoloPlayer
Packages that use AbstractSoloPlayer
-
Uses of AbstractSoloPlayer in com.codingame.gameengine.core
Classes in com.codingame.gameengine.core with type parameters of type AbstractSoloPlayerModifier and TypeClassDescriptionclass
SoloGameManager<T extends AbstractSoloPlayer>
TheAbstractMultiplayerPlayer
takes care of running each turn of a multiplayer game and computing each visual frame of the replay.