mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
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:
25
towers.R
Normal file
25
towers.R
Normal 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
|
Reference in New Issue
Block a user