mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

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]
22 lines
292 B
Makefile
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
|