Skip to content

Fast interactive web-based Sudoku solver. Supports many variants including 16x16 grids.

License

Notifications You must be signed in to change notification settings

sigh/Interactive-Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Sudoku Solver (ISS) is a web-based solver written in JavaScript.

It solve sudoku puzzles including a large number of variants, while making it easy to explore the solution space including:

  • Iterating over the solutions.
  • Counting the numbers solutions.
  • Seeing all possible values a cell can take.
  • Stepping through the solving process.

It does not aim to follow human algorithms for solving sudoku, but instead aims to be as fast as possible.

It is hosted at http://sigh.github.io/Interactive-Sudoku-Solver

Running locally

Run locally using Jekyll:

jekyll serve

Contributions

Contributions are welcome including:

  • New constraints/variants
  • Solver optimizations
  • UI improvements
  • Bug fixes
  • Code health and documentation

About

Fast interactive web-based Sudoku solver. Supports many variants including 16x16 grids.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages