A Sudoku Game (9 x 9)
- Python 3.8+
- Install all the dependencies needed:
pip install -r requirements.txt
-
Run
Sudoku_Game.py
-
Choose a difficulty
-
Click "Submit Selection" button
-
Two pop-up windows
4.1. One is a sudoku grid (a random sudoku puzzle)
4.2. Another one is for inputting your solutions
-
Once you finish inputting, click the "Submit Answer" button
-
The program will check whether your answer is correct or not
6.1. If your answer is correct:
- A pop-up Congratulations
6.2. If your answer is incorrect:
- Solve a simple math question to see the solution
- Easy
- Medium
- Challenging
- Difficult
- 🤔