aboutsummaryrefslogtreecommitdiff
path: root/range.R
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2010-09-14 09:31:52 +0000
committerSimon Tatham <anakin@pobox.com>2010-09-14 09:31:52 +0000
commitd14999949c018255b5100a317ea1b7b9b74dfc6e (patch)
treee5bd5ce806797c7a892a91bf1a27cd0871c5c394 /range.R
parentb96a99042bd16535b0c219f69a67545bcab0bf70 (diff)
downloadpuzzles-d14999949c018255b5100a317ea1b7b9b74dfc6e.zip
puzzles-d14999949c018255b5100a317ea1b7b9b74dfc6e.tar.gz
puzzles-d14999949c018255b5100a317ea1b7b9b74dfc6e.tar.bz2
puzzles-d14999949c018255b5100a317ea1b7b9b74dfc6e.tar.xz
New puzzle from Jonas Koelker: 'Range', an implementation of the
puzzle variously known (depending on which website you look at) as Kurodoko, Kuromasu or 'Where is Black Cells'. [originally from svn r8996]
Diffstat (limited to 'range.R')
-rw-r--r--range.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/range.R b/range.R
new file mode 100644
index 0000000..257b270
--- /dev/null
+++ b/range.R
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+range : [X] GTK COMMON range range-icon|no-icon
+
+range : [G] WINDOWS COMMON range range.res|noicon.res
+
+ALL += range[COMBINED]
+
+!begin gtk
+GAMES += range
+!end
+
+!begin >list.c
+ A(range) \
+!end
+
+!begin >wingames.lst
+range.exe:Range
+!end