โ† Theo Bui
Project

Sudoku Solver

JavaScript ยท Web app

A web-based Sudoku solver that works like a human โ€” using constraint propagation before falling back to backtracking. Shows each logical step: single options, naked and hidden pairs, line elimination.

Built as a web app so you can input any puzzle and watch it solve step by step.

Home Screen

Start Game

Show Options

Single Option

Naked and Hidden Pairs

Remove From Line

Single Option

End Result