Skip to content

DoDDNDo/Sudoku-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Game v2.0

A Sudoku Game (9 x 9)

Requirements

  • Python 3.8+
  • Install all the dependencies needed:
pip install -r requirements.txt

Usage

  1. Run Sudoku_Game.py

  2. Choose a difficulty

  3. Click "Submit Selection" button

  4. Two pop-up windows

    4.1. One is a sudoku grid (a random sudoku puzzle)

    4.2. Another one is for inputting your solutions

  5. Once you finish inputting, click the "Submit Answer" button

  6. 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

Difficulties

  • Easy
  • Medium
  • Challenging
  • Difficult
  • 🤔