diff options
Diffstat (limited to 'apps/plugins/puzzles/src/twiddle.R')
-rw-r--r-- | apps/plugins/puzzles/src/twiddle.R | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/twiddle.R b/apps/plugins/puzzles/src/twiddle.R new file mode 100644 index 0000000000..1495c33181 --- /dev/null +++ b/apps/plugins/puzzles/src/twiddle.R | |||
@@ -0,0 +1,19 @@ | |||
1 | # -*- makefile -*- | ||
2 | |||
3 | twiddle : [X] GTK COMMON twiddle twiddle-icon|no-icon | ||
4 | |||
5 | twiddle : [G] WINDOWS COMMON twiddle twiddle.res|noicon.res | ||
6 | |||
7 | ALL += twiddle[COMBINED] | ||
8 | |||
9 | !begin am gtk | ||
10 | GAMES += twiddle | ||
11 | !end | ||
12 | |||
13 | !begin >list.c | ||
14 | A(twiddle) \ | ||
15 | !end | ||
16 | |||
17 | !begin >gamedesc.txt | ||
18 | twiddle:twiddle.exe:Twiddle:Rotational sliding block puzzle:Rotate the tiles around themselves to arrange them into order. | ||
19 | !end | ||