Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 677 Bytes

Sudoku-python

Sudoku game using pygame

This is a Sudoku game I built using Python and Pygame from scratch. Attached below are some screenshots of the game:

Alt text

Alt text

Alt text

Alt text

Packages

  • pygame

To start the game, run:

python main.py

To install pygame, type the following in command prompt on windows:

pip install pygame

To Learn more about pygame visit: https://www.pygame.org/news

To get started with pygame visit: https://www.youtube.com/watch?v=AY9MnQ4x3zk