Game

constructor(information: GameInformation, initialPlayer: PlayableCharacter, overworld: Overworld, completionCondition: EndCheck, gameOverCondition: EndCheck, errorPrefix: String = DEFAULT_ERROR_PREFIX, interpreter: Interpreter = defaultInterpreters, ioConfiguration: IOConfiguration = AnsiConsoleConfiguration)