Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 357 Bytes

Sudoku Game

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.

TODOs

  • Add Sudoku variants such as Killer Sudoku or Jigsaw Sudoku.