5 Commits

Author SHA1 Message Date
afe80030e4 New puzzle: `Slant', picked from the Japanese-language section of
nikoli.co.jp (which has quite a few puzzles that they don't seem to
have bothered to translate into English).

Minor structural change: the disjoint set forest code used in the
Net solver has come in handy again, so I've moved it out into its
own module dsf.c.

[originally from svn r6155]
2005-08-02 23:16:46 +00:00
606eb3f0f2 Add Dominosa printout support.
[originally from svn r6094]
2005-07-14 22:50:58 +00:00
3266a0e7ba Aesthetic improvements, mostly suggested by Gareth.
[originally from svn r5833]
2005-05-22 13:35:13 +00:00
d45d94d355 It occurred to me yesterday that Net could perfectly well be played
on paper, so here's a routine to print it out.

[originally from svn r5826]
2005-05-22 11:06:25 +00:00
79a77d53e1 Added a `--generate' command-line option in the GTK port of every
puzzle, to make it construcct puzzle IDs and output them on stdout.
Also checked in print.py, a script which reads puzzle IDs on stdin
and produces PostScript output. With these, you can generate pages
of Pattern, Rectangles and Solo puzzles to take on trains with you.

[originally from svn r5707]
2005-04-29 17:07:19 +00:00