GamePageViewModel

constructor(game: Game, scope: CoroutineScope, setGame: (Game) -> Unit, audioPlayMove: () -> Unit, setPage: (Page) -> Unit = {}, globalError: ReversiException? = null, setGlobalError: (Exception?, ErrorType?) -> Unit)