Package-level declarations

Types

Link copied to clipboard
typealias EndCheck = (game: Game) -> EndCheckResult

Provides a lambda signature for a determining if a specified game has ended.

Link copied to clipboard
class EndCheckResult(val conditionMet: Boolean, val title: String, val description: String)

Provides a result from a end check which details if conditionMet and provides a title and description to add detail to the result.