Skip to content

Small Sudoku game in python with graphics from PyQt5

Notifications You must be signed in to change notification settings

FredrikM97/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Small Sudoku game in python with visual from PyQt5

How to run

  • Run the main.py file

Needed packages

  • PyQt5

Features

  • Restart game
  • New game
  • Show solution
  • Check if given solution is correct
  • Change board size
  • Add themes
  • Change difficulty
  • Store user settings

User interface for playing the game:

Settings menu:

Future features

  • Modify difficulty based on title - Done
  • Change size of Sudoku - Done
  • Improve GUI - Done
  • Enable threading and optimize code
  • Run board generation on separate threads
  • Remove reduntant code
  • Add more themes - Done
  • Create exe file
  • Add statistics

About

Small Sudoku game in python with graphics from PyQt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages