An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# sudoku-solver
![License](https://img.shields.io/github/license/sukitsubaki/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