Commit my work so far on a generator for Nikoli's `Block Puzzle'. It

works, but it's slow, and the puzzles are currently at a relatively
low level of difficulty. Also this is a generator only: no UI yet
(because I'm waiting to see if I can make the generator practical
before bothering to write the rest).

[originally from svn r7700]
This commit is contained in:
Simon Tatham
2007-08-25 14:10:49 +00:00
parent 4ff90bd47f
commit c746f6d0e3
2 changed files with 866 additions and 0 deletions

21
unfinished/separate.R Normal file
View File

@ -0,0 +1,21 @@
# -*- makefile -*-
SEPARATE = separate divvy dsf
separate : [X] GTK COMMON SEPARATE separate-icon|no-icon
separate : [G] WINDOWS COMMON SEPARATE separate.res|noicon.res
ALL += separate
!begin gtk
GAMES += separate
!end
!begin >list.c
A(separate) \
!end
!begin >wingames.lst
separate.exe:Separate
!end