etseng02 / sudoku

First version of my sudoku solver. See updated version here: https://github.com/etseng02/sudoku-v3

Home Page:https://solvesudoku.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Solver

A sudoku solver designed so that users can input solvable sudokus and obtain the final answer.

Final Product

User can input a sudoku by clicking the sudoku grid and specifying the number.

"User input"

After finishing inputting sudoku.

"Finishing inputting sudoku"

Hit the solve button to to attempt to solve given sudoku!

"Solved Sudoku"

Mobile friendly view of application.

"Mobile view"

Getting Started

  1. Clone repo
  2. 'npm install' node modules
  3. 'npm start' or 'npm run build' to start the application

Limitations

  1. The application will not auto detect if user input will result in an unsolvable or invalid sudoku.
  2. No feedback for user to communicate if sudoku is unsolvable after hitting the solve button.

About

First version of my sudoku solver. See updated version here: https://github.com/etseng02/sudoku-v3

https://solvesudoku.netlify.app/


Languages

Language:JavaScript 76.8%Language:SCSS 13.8%Language:HTML 7.5%Language:CSS 1.9%