diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-07 18:42:00 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-07 18:42:00 +0000 |
| commit | ceb12cb0804d437c4b4acd1540cfed0a621c5bcf (patch) | |
| tree | e98bd3b276abbbc14aa41cf16a8101bd75ea8bc0 /towers.R | |
| parent | 7c3413a2f2ab0d22f4e43c92a9c215bc24f88baf (diff) | |
| download | puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.zip puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.gz puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.bz2 puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.xz | |
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]
Diffstat (limited to 'towers.R')
| -rw-r--r-- | towers.R | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/towers.R b/towers.R new file mode 100644 index 0000000..49632d0 --- /dev/null +++ b/towers.R @@ -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 |