Sudoku generator and solver with simple GUI created in Python using PyGame.
This mini project was created to enhance my Python skills, mainly creating GUI.
In order to run the Script, you need to have Python & PyGame library.
In order to play you need to run GUI.py file. (other files need to be in the same directory)
1️⃣: choose a level.
2️⃣: while there are empty boxes, choose one box and try a number (1 - 9).
🐱💻: to solve the board click the Space bar.