DynamicGameConfiguration

class DynamicGameConfiguration(var stepTracker: StepTracker = StepIdentifierTracker()) : GameConfiguration

Provides a GameConfiguration with a gameEngine that can be specified after initialization. Optionally a stepTracker can be specified, by default a StepIdentifierTracker will be used.

Constructors

Link copied to clipboard
constructor(stepTracker: StepTracker = StepIdentifierTracker())

Properties

Link copied to clipboard
open override var engine: GameEngine?

Get or set the GameEngine.

Link copied to clipboard
open override val gameAdapter: GameAdapter

Get the adapter for the Game.

Link copied to clipboard
open override var stepTracker: StepTracker

Get StepTracker used to track which Step have been seen.