strictMatch

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

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

This is a facade created to enable exporting the code to JS, though it can also be used directly within the JS modules of any KMP project.