diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-09-14 09:31:52 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-09-14 09:31:52 +0000 |
| commit | d14999949c018255b5100a317ea1b7b9b74dfc6e (patch) | |
| tree | e5bd5ce806797c7a892a91bf1a27cd0871c5c394 /range.R | |
| parent | b96a99042bd16535b0c219f69a67545bcab0bf70 (diff) | |
| download | puzzles-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.R | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |