Skip to content

tim-hub/Python-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python Sudoku

Generator

Generates a valid sudoku board:

Execute tylerGen.py and it will be printed to stdout.

Example board generation:

$ ./sudoku-generator.py

[6, 8, 4, 5, 1, 7, 9, 3, 2]
[3, 7, 5, 2, 9, 8, 1, 4, 6]
[2, 9, 1, 4, 6, 3, 8, 5, 7]
[8, 1, 7, 9, 4, 5, 2, 6, 3]
[4, 6, 3, 8, 2, 1, 5, 7, 9]
[5, 2, 9, 3, 7, 6, 4, 1, 8]
[1, 4, 6, 7, 8, 9, 3, 2, 5]
[9, 3, 2, 6, 5, 4, 7, 8, 1]
[7, 5, 8, 1, 3, 2, 6, 9, 4]

Credits

About

A python sudoku game, including generator and solver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages