SudokuGameState

constructor(grid: List<List<Cell>>, selectedCell: Cell.Position?, mistakes: List<Cell.Position>, isSolved: Boolean)