App

@Preview
fun App(sudokuGameViewModel: SudokuGameViewModel = viewModel { SudokuGameViewModel() })

Main entry point of the Sudoku game UI.

Parameters

sudokuGameViewModel

The ViewModel managing the game state and logic. Defaults to a new instance.