Sudoku Solver

About Sudoku Solver

Enter numbers into the grid of the puzzle you want to solve, and either solve a cell or the puzzle in its entirity


Buttons

Solve Cell

Solves a particular cell. First click on the cell you want to solve, and then click button

Solve Puzzle

Solves the puzzle in its entirity

Clear

Clears the matrix. Cannot be undone!

Check

Checks that the solution is valid

Generate

Fills the matrix with a random puzzle


Notes

Project is still in development, so there may be some bugs

Currently there is no way to check if a puzzle has more than one solution, but it's being worked on

The puzzle solver does not currently function as a playable game in any meaningful way, as you cannot take cell notes and can mutate cells that are part of the puzzle itself. This is also being worked on

Cryptogram solver will be added to this project soon