Create a Sudoku puzzle game where the player solves grids by placing digits so every row, column, and sub-grid contains no repeated numbers. Include classic 9x9 puzzles, plus other common Sudoku sizes (e.g., 4x4/6x6/9x9) using matching sub-grid rules. The core feel should be like a polished Sudoku app: allow pencil marks/notes for candidates, validate moves, and provide hint/assistance that helps the player make progress without removing the need to solve....more
Create a Sudoku puzzle game where the player solves grids by placing digits so every row, column, and sub-grid contains no repeated numbers. Include classic 9x9 puzzles, plus other common Sudoku sizes (e.g., 4x4/6x6/9x9) using matching sub-grid rules. The core feel should be like a polished Sudoku app: allow pencil marks/notes for candidates, validate moves, and provide hint/assistance that helps the player make progress without removing the need to solve.