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]
This commit is contained in:
Simon Tatham
2010-09-14 09:31:52 +00:00
parent b96a99042b
commit d14999949c
5 changed files with 1848 additions and 2 deletions

19
range.R Normal file
View File

@ -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