Sudoku Rules
Standard Sudoku rules. This site is a static HTML/CSS mock (no gameplay logic yet).
How to Play
- Each row must contain each number exactly once.
- Each column must contain each number exactly once.
- Each sub-grid (box) must contain each number exactly once.
- Some cells are pre-filled and act as constraints.
- Fill empty cells until the board is complete.
Credits
Made by: Yuchen
Tip: If the styling looks wrong, ensure you opened the site from the project root with Live Server.