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.
-
Open a terminal in the root directory of the project
-
Install dependencies:
npm install
- Run:
npm run start
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.