Skip to content
/ Sudoku Public

Using this Sudoku implementation to learn Python and GUI programming.

Notifications You must be signed in to change notification settings

mhache/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Program a sudoku solver.

Todo list: 0. Create a file representation (See Issue #1)

  1. Read-in a game (See file 'sudoku_read_file.py') 2.0 Print the game to std_out (See file 'sudoku_show_read_file.py')
    2.1 Create a GUI 2.1.1 Create a GUI - with a single cell 2.1.2 Create a GUI - with a cell (3x3) group 2.1.3 Create a GUI - with of nine cell groups (3x3)
  2. Create a data representation
  3. ...

About

Using this Sudoku implementation to learn Python and GUI programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages