This is a Sudoku game I built using Python and Pygame from scratch. Attached below are some screenshots of the game:
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