summaryrefslogtreecommitdiffstats
path: root/apps/plugins/puzzles/flood.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/flood.R')
-rw-r--r--apps/plugins/puzzles/flood.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/flood.R b/apps/plugins/puzzles/flood.R
new file mode 100644
index 0000000000..359bbb5dce
--- /dev/null
+++ b/apps/plugins/puzzles/flood.R
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+flood : [X] GTK COMMON flood flood-icon|no-icon
+
+flood : [G] WINDOWS COMMON flood flood.res|noicon.res
+
+ALL += flood[COMBINED]
+
+!begin am gtk
+GAMES += flood
+!end
+
+!begin >list.c
+ A(flood) \
+!end
+
+!begin >gamedesc.txt
+flood:flood.exe:Flood:Flood-filling puzzle:Turn the grid the same colour in as few flood fills as possible.
+!end