You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Sudoku game with an AI agent that generates puzzles, solves them, and verifies their validity using constraint satisfaction algorithms. The AI uses backtracking and heuristics for efficient solving. It also offers a web interface for users to interact with the puzzle.