sigh / Interactive-Sudoku-Solver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An interactive sudoku solver written in Javascript.

It aims to solve solve sudoku puzzles with a variety of different constraints 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 alogrithms for solving sodoku.

See it in action at http://sigh.github.io/Interactive-Sudoku-Solver

Running locally

Run locally using Jekyll:

$ jekyll serve

About

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

License:MIT License


Languages

Language:JavaScript 97.9%Language:HTML 1.2%Language:CSS 1.0%