summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/pegs.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/pegs.R')
-rw-r--r--apps/plugins/puzzles/src/pegs.R21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/pegs.R b/apps/plugins/puzzles/src/pegs.R
new file mode 100644
index 0000000000..1e79e99ca0
--- /dev/null
+++ b/apps/plugins/puzzles/src/pegs.R
@@ -0,0 +1,21 @@
1# -*- makefile -*-
2
3PEGS_EXTRA = tree234
4
5pegs : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon
6
7pegs : [G] WINDOWS COMMON pegs PEGS_EXTRA pegs.res|noicon.res
8
9ALL += pegs[COMBINED] PEGS_EXTRA
10
11!begin am gtk
12GAMES += pegs
13!end
14
15!begin >list.c
16 A(pegs) \
17!end
18
19!begin >gamedesc.txt
20pegs:pegs.exe:Pegs:Peg solitaire puzzle:Jump pegs over each other to remove all but one.
21!end