Dynamic Game Configuration
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.
Properties
Link copied to clipboard
Get or set the GameEngine.
Link copied to clipboard
Get the adapter for the Game.
Link copied to clipboard
Get StepTracker used to track which Step have been seen.