Uses of Package
com.codingame.gameengine.core
Packages that use com.codingame.gameengine.core
Package
Description
-
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.coreClassDescriptionThe representation of a player's AI during the game's execution.The representation of the/a player's AI during the game's execution.An Exception thrown by
getOutputs()
when the player's AI did not respond in time after anexecute()
.The representation of the player's AI during the game's execution.TheGameManager
takes care of running each turn of the game and computing each visual frame of the replay.A Module can be registered to theGameManager
in order to send information to the game view or provide utility functions to the Referee.The data for a tooltip which appears on the progress bar of the replay of a game to give information about significant game events. -
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.module.cameraClassDescriptionA Module can be registered to the
GameManager
in order to send information to the game view or provide utility functions to the Referee. -
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.module.endscreenClassDescriptionA Module can be registered to the
GameManager
in order to send information to the game view or provide utility functions to the Referee. -
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.module.entitiesClassDescriptionA Module can be registered to the
GameManager
in order to send information to the game view or provide utility functions to the Referee. -
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.module.toggleClassDescriptionA Module can be registered to the
GameManager
in order to send information to the game view or provide utility functions to the Referee. -
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.module.tooltipClassDescriptionA Module can be registered to the
GameManager
in order to send information to the game view or provide utility functions to the Referee. -
Classes in com.codingame.gameengine.core used by com.codingame.gameengine.module.viewportClassDescriptionA Module can be registered to the
GameManager
in order to send information to the game view or provide utility functions to the Referee.