Sudoku Board Generator made with Clingo
References:
- https://www.cs.utexas.edu/users/vl/teaching/378/pwc.pdf
- http://www.hakank.org/constraint_programming_blog/2010/12/a_first_look_at_answer_set_programming.html
How to Run:
- Have python installed.
- In the Cling-Doku directory, run the command "py sudoku.py", or your python equivalent.
- Revel in the sudoku board that is generated before your very eyes.
This is just a generator not a game.