pyBegin / projects / sudoku-solver-2
🔢

Sudoku Solver (GUI)

A Pygame-based Sudoku game. It generates a random grid you can play interactively, supports hints, tracks wrong answers and elapsed time, and can v…

317 lines🖥 Desktop only

Sudoku Solver (GUI)

A Pygame-based Sudoku game. It generates a random grid you can play interactively, supports hints, tracks wrong answers and elapsed time, and can visually solve the puzzle with a backtracking animation.

How to run

pip install pygame
python SudokuGUI.py

Dependencies

pygame

Pyodide-runnable

No — it uses Pygame for windowed graphics, mouse/keyboard input, and loads image assets.