Skip to content
/ sudoku Public

Simple sudoku app created to practice GUI using tkinter and implement different solving algorithms.

Notifications You must be signed in to change notification settings

uanve/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Alt Text

Sudoku functionalities

  • Select specifil cell using left-click
  • Navigate through cells using keyboard arrows
  • Input number in selected cell
  • Delete specific cell using right-click
  • Highlight a chosen number in the grid
  • Give hints possible solution
  • Automatically solve using backtracking

Execute

1. template(txt file) included in the command (i.e. python main.py --file "sudoku_1.txt"):

python main.py --file filename

2. template(txt file) chosen using GUI (pop up screen):

python main.py

Create template

python input_sudoku.py

This app can be used to input a sudoku template. It then stores the generated template in a text file

About

Simple sudoku app created to practice GUI using tkinter and implement different solving algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages