analysisGame

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

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

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.