simon-svn: puzzles: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Sep 18 19:19:55 BST 2008


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       8191
Date:           2008-09-18 19:19:55 +0100 (Thu, 18 Sep 2008)

Log message (9 lines):
Lambros points out that trying to generate a 3x3 Cairo Easy grid
spins forever, but observes that raising the limit to 4x4 across all
grid sizes is not good for the complex grids like great-hexagonal.
Introduce per-grid minimum sizes using mad macro trickery.

(In fact, for each grid type I've put in a minimum size which _both_
coordinates must equal or exceed, plus another minimum size which
_at least one_ must equal or exceed; that permits both 3x4 and 4x3
Cairo while disallowing 3x3.)

Modified files:
U   puzzles/loopy.c

Links:
http://svn.tartarus.org/sgt/?rev=8191&view=rev
http://svn.tartarus.org/sgt/puzzles/loopy.c?rev=8191&r1=8190&r2=8191



More information about the tartarus-commits mailing list