A Sudoku solver, playable directly in your browser — built as a hands-on way to actually learn the Minimax algorithm and Alpha-beta pruning, not just read about them.

Minimax is the logic behind how a computer evaluates decisions by looking ahead through possible outcomes. Alpha-beta pruning is the shortcut that skips branches that can't possibly matter, making the same decision faster.

This tool applies that thinking to solving Sudoku puzzles. No download needed — just open it and try it.

Built solo, while working full time, as part of an ongoing series of small prototypes made while learning core AI and game development concepts. More coming soon — follow for updates.

Comments

Log in with itch.io to leave a comment.

To open full screen and see the app clearly, press the full screen button as shown in the image