This is a simple Sudoku game written in Python using pygame. You can install pygame by running
python -m pip install pygame
After that, run
python main.py
and a Sudoku puzzle will appear on your screen.
- Add Sudoku variants such as Killer Sudoku or Jigsaw Sudoku.