choppystick/PyDoku: An implementation of the classic Sudoku puzzle game using Python and Pygame. It offers a graphical user interface for playing Sudoku, with features such as a menu system, difficulty levels, and the ability to play puzzles from the New York Times website.

PHOTO EMBED

Sat Aug 03 2024 03:30:48 GMT+0000 (Coordinated Universal Time)

Saved by @Swietoslawa #python

python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
content_copyCOPY

https://github.com/choppystick/PyDoku