Improved creating a grid from data.
authorEevee <eevee@nyarumaa.(none)>
Wed, 10 Dec 2008 02:50:02 +0000 (21:50 -0500)
committerEevee <eevee@nyarumaa.(none)>
Wed, 10 Dec 2008 02:50:02 +0000 (21:50 -0500)
commit282da8de86748e42e0891daaa7ce81aa423fed44
tree1787e0e9893957fd47de062a7dafa9e387714944
parent814cd65ab17e00cd78062f8c5c2472e6e68d6de8
Improved creating a grid from data.

Grid.from_lists is now a constructor that optionally takes explicit
height and width; without them, it attempts to guess the likely
dimensions of the grid and boxes.
Added a Grid.from_string that is similar but reads from a string.
pseudoku.py