summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/samegame.R
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/plugins/puzzles/samegame.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/samegame.R b/apps/plugins/puzzles/samegame.R
new file mode 100644
index 0000000..cc0d350
--- /dev/null
+++ b/apps/plugins/puzzles/samegame.R
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+samegame : [X] GTK COMMON samegame samegame-icon|no-icon
+
+samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
+
+ALL += samegame[COMBINED]
+
+!begin am gtk
+GAMES += samegame
+!end
+
+!begin >list.c
+ A(samegame) \
+!end
+
+!begin >gamedesc.txt
+samegame:samegame.exe:Same Game:Block-clearing puzzle:Clear the grid by removing touching groups of the same colour squares.
+!end