diff options
Diffstat (limited to 'apps/plugins/puzzles/unruly.R')
| -rw-r--r-- | apps/plugins/puzzles/unruly.R | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/unruly.R b/apps/plugins/puzzles/unruly.R new file mode 100644 index 0000000..064ccc3 --- /dev/null +++ b/apps/plugins/puzzles/unruly.R @@ -0,0 +1,21 @@ +# -*- makefile -*- + +unruly : [X] GTK COMMON unruly unruly-icon|no-icon +unruly : [G] WINDOWS COMMON unruly unruly.res|noicon.res + +unrulysolver : [U] unruly[STANDALONE_SOLVER] STANDALONE +unrulysolver : [C] unruly[STANDALONE_SOLVER] STANDALONE + +ALL += unruly[COMBINED] + +!begin am gtk +GAMES += unruly +!end + +!begin >list.c + A(unruly) \ +!end + +!begin >gamedesc.txt +unruly:unruly.exe:Unruly:Black and white grid puzzle:Fill in the black and white grid to avoid runs of three. +!end |