summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/guess.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/guess.R')
-rw-r--r--apps/plugins/puzzles/src/guess.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/guess.R b/apps/plugins/puzzles/src/guess.R
new file mode 100644
index 0000000000..0e1a00c073
--- /dev/null
+++ b/apps/plugins/puzzles/src/guess.R
@@ -0,0 +1,19 @@
1# -*- makefile -*-
2
3guess : [X] GTK COMMON guess guess-icon|no-icon
4
5guess : [G] WINDOWS COMMON guess guess.res|noicon.res
6
7ALL += guess[COMBINED]
8
9!begin am gtk
10GAMES += guess
11!end
12
13!begin >list.c
14 A(guess) \
15!end
16
17!begin >gamedesc.txt
18guess:guess.exe:Guess:Combination-guessing puzzle:Guess the hidden combination of colours.
19!end