mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
21
unfinished/separate.R
Normal file
21
unfinished/separate.R
Normal 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
|
Reference in New Issue
Block a user