FredrikM97 / Sudoku

Small Sudoku game in python with graphics from PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%