https://github.com/sukitsubaki/sudoku-solver
Web-based tool to input and automatically solve Sudoku puzzles using JavaScript.
https://github.com/sukitsubaki/sudoku-solver
Last synced: about 1 month ago
JSON representation
Web-based tool to input and automatically solve Sudoku puzzles using JavaScript.
- Host: GitHub
- URL: https://github.com/sukitsubaki/sudoku-solver
- Owner: sukitsubaki
- License: mit
- Created: 2025-03-11T21:46:18.000Z (about 2 months ago)
- Default Branch: v1.0
- Last Pushed: 2025-03-13T13:17:32.000Z (about 2 months ago)
- Last Synced: 2025-04-02T15:58:45.048Z (about 1 month ago)
- Language: CSS
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sudoku-solver
A simple web-based tool that lets you input and automatically solve Sudoku puzzles using JavaScript.
## Features
- **Easy Sudoku Input** → Enter numbers into the grid manually.
- **Instant Solution** → Solves the puzzle with a single click.
- **Minimalist Design** → Clean and user-friendly interface.## Usage
1. Enter the given numbers into the Sudoku grid.
2. Click **Solve** to get the solution instantly.
3. Click **Reset** to clear the grid and start over.## Example
Demo: https://sukitsubaki.github.io/sudoku-solver