Skip to content

JacobThwaites/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Application for solving sudoku puzzles from a given input and visualizing the solution.

A valid sudoku solution is one which contains all the unique numbers between 1-9 in every row, every column, and every 3x3 square.

Running Locally

  1. Open a terminal in the root directory of the project

  2. Install dependencies:

    npm install
  1. Run:
    npm run start

Usage

Create your sudoku puzzle by inputting numbers between 1-9 in any of the squares. You can also navigate using the arrow keys. To delete a number from a square, select it and press the backspace key.

Releases

No releases published

Packages

No packages published