Package-level declarations
Types
Link copied to clipboard
class CancellationToken
Provides a token for allowing cancellation of an operation.
Link copied to clipboard
class Game(val information: GameInformation, initialPlayer: PlayableCharacter, val overworld: Overworld, completionCondition: EndCheck, gameOverCondition: EndCheck, errorPrefix: String = DEFAULT_ERROR_PREFIX, interpreter: Interpreter = defaultInterpreters, ioConfiguration: IOConfiguration = AnsiConsoleConfiguration)
Provides the overall container and logic for a game.
Link copied to clipboard
object GameExecutor
Provides an object that controls execution of games.
Link copied to clipboard