Uses of Class
com.codingame.gameengine.core.AbstractMultiplayerPlayer
Packages that use AbstractMultiplayerPlayer
- 
Uses of AbstractMultiplayerPlayer in com.codingame.gameengine.core
Classes in com.codingame.gameengine.core with type parameters of type AbstractMultiplayerPlayerModifier and TypeClassDescriptionfinal classMultiplayerGameManager<T extends AbstractMultiplayerPlayer>TheAbstractMultiplayerPlayertakes care of running each turn of a multiplayer game and computing each visual frame of the replay.