strictMatch

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

Creates a new Game instance configured for strict competitive match play. Uses Game.GameMode.MATCH with strict enforcement for the three-fold repetition and 50-move rules.

Return

an match Game

Since

1.0.0-beta.1

Author

lunalobos

Parameters

idSupplier

a lambda that provides different IDs each time it is called