diff options
Diffstat (limited to 'apps/plugins/puzzles/guess.R')
| -rw-r--r-- | apps/plugins/puzzles/guess.R | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/guess.R b/apps/plugins/puzzles/guess.R new file mode 100644 index 0000000..0e1a00c --- /dev/null +++ b/apps/plugins/puzzles/guess.R @@ -0,0 +1,19 @@ +# -*- makefile -*- + +guess : [X] GTK COMMON guess guess-icon|no-icon + +guess : [G] WINDOWS COMMON guess guess.res|noicon.res + +ALL += guess[COMBINED] + +!begin am gtk +GAMES += guess +!end + +!begin >list.c + A(guess) \ +!end + +!begin >gamedesc.txt +guess:guess.exe:Guess:Combination-guessing puzzle:Guess the hidden combination of colours. +!end |