diff options
Diffstat (limited to 'apps/plugins/puzzles/sixteen.R')
| -rw-r--r-- | apps/plugins/puzzles/sixteen.R | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/sixteen.R b/apps/plugins/puzzles/sixteen.R new file mode 100644 index 0000000..c63a27c --- /dev/null +++ b/apps/plugins/puzzles/sixteen.R @@ -0,0 +1,19 @@ +# -*- makefile -*- + +sixteen : [X] GTK COMMON sixteen sixteen-icon|no-icon + +sixteen : [G] WINDOWS COMMON sixteen sixteen.res|noicon.res + +ALL += sixteen[COMBINED] + +!begin am gtk +GAMES += sixteen +!end + +!begin >list.c + A(sixteen) \ +!end + +!begin >gamedesc.txt +sixteen:sixteen.exe:Sixteen:Toroidal sliding block puzzle:Slide a row at a time to arrange the tiles into order. +!end |