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