diff options
| author | Simon Tatham <anakin@pobox.com> | 2008-09-06 15:19:47 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2008-09-06 15:19:47 +0000 |
| commit | f38b711c73174786b1dbf8878fb0cb132a89794d (patch) | |
| tree | 9290783571144d5e3d4380f586147e931ba8b211 /loopy.R | |
| parent | a7431c0b7ce232f296ebcd70172ca64e58300105 (diff) | |
| download | puzzles-f38b711c73174786b1dbf8878fb0cb132a89794d.zip puzzles-f38b711c73174786b1dbf8878fb0cb132a89794d.tar.gz puzzles-f38b711c73174786b1dbf8878fb0cb132a89794d.tar.bz2 puzzles-f38b711c73174786b1dbf8878fb0cb132a89794d.tar.xz | |
Completely re-engineered version of Loopy, courtesy of Lambros
Lambrou. Now capable of handling triangular and hexagonal grids as
well as square ones, and then a number of semiregular plane tilings
and duals of semiregular ones. In fact, most of the solver code
supports an _arbitrary_ planar graph (well, provided both the graph
and its dual have no self-edges), so it could easily be extended
further with only a little more effort.
[originally from svn r8162]
Diffstat (limited to 'loopy.R')
| -rw-r--r-- | loopy.R | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # -*- makefile -*- -LOOPY = loopy tree234 dsf +LOOPY = loopy tree234 dsf grid -loopy : [X] GTK COMMON LOOPY loopy-icon|no-icon +loopy : [X] GTK COMMON LOOPY loopy-icon|no-icon -loopy : [G] WINDOWS COMMON LOOPY loopy.res|noicon.res +loopy : [G] WINDOWS COMMON LOOPY loopy.res|noicon.res ALL += LOOPY |