Skip to content

A GUI sudoku game based on a handwritten sudoku game engine.

License

Notifications You must be signed in to change notification settings

AwesomeCronk/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

A project to challenge myself with Python, data handling, and GUIs

Utilizes a handwritten sudoku game engine, containing information types for rows, columns, and subgrids. This makes for easy error checking in the game board and really put my OOP skills to the test. I made this game engine capable of holding a text-based game of sudoku in the Python terminal, then moved on to the GUI using PyQt5. I plan to revisit the game engine to add a solver algorithm once I have the GUI version playable.

Currently very, very broken!!

About

A GUI sudoku game based on a handwritten sudoku game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages