diff options
Diffstat (limited to 'apps/plugins/puzzles/blackbox.R')
| -rw-r--r-- | apps/plugins/puzzles/blackbox.R | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/blackbox.R b/apps/plugins/puzzles/blackbox.R new file mode 100644 index 0000000..1162252 --- /dev/null +++ b/apps/plugins/puzzles/blackbox.R @@ -0,0 +1,19 @@ +# -*- makefile -*- + +blackbox : [X] GTK COMMON blackbox blackbox-icon|no-icon + +blackbox : [G] WINDOWS COMMON blackbox blackbox.res|noicon.res + +ALL += blackbox[COMBINED] + +!begin am gtk +GAMES += blackbox +!end + +!begin >list.c + A(blackbox) \ +!end + +!begin >gamedesc.txt +blackbox:blackbox.exe:Black Box:Ball-finding puzzle:Find the hidden balls in the box by bouncing laser beams off them. +!end |