summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/cube.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/cube.R')
-rw-r--r--apps/plugins/puzzles/cube.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/cube.R b/apps/plugins/puzzles/cube.R
new file mode 100644
index 0000000..85b081e
--- /dev/null
+++ b/apps/plugins/puzzles/cube.R
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+cube : [X] GTK COMMON cube cube-icon|no-icon
+
+cube : [G] WINDOWS COMMON cube cube.res|noicon.res
+
+ALL += cube[COMBINED]
+
+!begin am gtk
+GAMES += cube
+!end
+
+!begin >list.c
+ A(cube) \
+!end
+
+!begin >gamedesc.txt
+cube:cube.exe:Cube:Rolling cube puzzle:Pick up all the blue squares by rolling the cube over them.
+!end