Files
puzzles/loopy.R
Simon Tatham f38b711c73 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]
2008-09-06 15:19:47 +00:00

22 lines
292 B
Makefile

# -*- makefile -*-
LOOPY = loopy tree234 dsf grid
loopy : [X] GTK COMMON LOOPY loopy-icon|no-icon
loopy : [G] WINDOWS COMMON LOOPY loopy.res|noicon.res
ALL += LOOPY
!begin gtk
GAMES += loopy
!end
!begin >list.c
A(loopy) \
!end
!begin >wingames.lst
loopy.exe:Loopy
!end