timothygebhard / sudoku

My take on a simple sudoku solver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

My take on a simple Sudoku solver. If a solution cannot simply be obtained by applying the rules of the game, the solver will try to guess values for fields. If the given sudoku cannot be solved because it is faulty, the solver will nag.

Usage should be pretty self-explicatory: Just create a new Sudoko-object, fill it with some values, and then run the .solve() method. Have fun! :)

About

My take on a simple sudoku solver.

License:MIT License


Languages

Language:Python 100.0%