analysisGame

fun analysisGame(idSupplier: () -> Any? = { null }): Game

Creates a new Game instance configured for analysis. Uses Game.GameMode.ANALYSIS with Game.ThreeRepetitionsMode.AWARE and Game.FiftyMovesRuleMode.AWARE, making the game fully mutable.

Return

an analysis Game

Since

1.0.0-beta.1

Author

lunalobos

Parameters

idSupplier

a lambda that provides different IDs each time it is called