New puzzle, again using the revised latin.c: 'Towers', a clone of a

latin-square puzzle which I've seen described by several names but
the most common is 'Skyscrapers'.

[originally from svn r8816]
This commit is contained in:
Simon Tatham
2010-01-07 18:42:00 +00:00
parent 7c3413a2f2
commit ceb12cb080
5 changed files with 2072 additions and 1 deletions

25
towers.R Normal file
View File

@ -0,0 +1,25 @@
# -*- makefile -*-
TOWERS_LATIN_EXTRA = tree234 maxflow
TOWERS_EXTRA = latin TOWERS_LATIN_EXTRA
towers : [X] GTK COMMON towers TOWERS_EXTRA towers-icon|no-icon
towers : [G] WINDOWS COMMON towers TOWERS_EXTRA towers.res|noicon.res
towerssolver : [U] towers[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] TOWERS_LATIN_EXTRA STANDALONE
towerssolver : [C] towers[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] TOWERS_LATIN_EXTRA STANDALONE
ALL += towers[COMBINED] TOWERS_EXTRA
!begin gtk
GAMES += towers
!end
!begin >list.c
A(towers) \
!end
!begin >wingames.lst
towers.exe:Towers
!end