Sudoku
Home
Game
Play sudoku
Utils
Wave Function Collapse generator
Generate new grid and see the WFC algorithm in action
Human solver
Autogenerate grids and see how a human would solve it, listing possible values in each cell and identifying possible moves.
Computer solver
Input any grid and let the machine solve it with a DFS algorithm
Tests & Experiments
Tesseract test
Experiment with OCR library teseract.js to parse images of grids
OpenCV test
Experiment with openCV to detect rectangles in an image