Announcing PySuDoku version 0.1, yet another Sudoku program written in
Python.  But this one has features that I don't see in any of the others:

  * Cute interactive solving mode via Tkinter.
  * Puzzle generation option, for making your own puzzles.
  * Nicely packaged for installation via distutils.

Sudoku, for the remaining 27 people in the world who don't know already, is
a logic puzzle where you have to fill in the numbers in a 9x9 grid so that
each row, column and 3x3 box has exactly one of the numbers 1-9 in them.

You can get pysudoku at:

    http://www.freewebtown.com/zondo/programs

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to