summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/unfinished/sokoban.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/unfinished/sokoban.R')
-rw-r--r--apps/plugins/puzzles/src/unfinished/sokoban.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/unfinished/sokoban.R b/apps/plugins/puzzles/src/unfinished/sokoban.R
new file mode 100644
index 0000000000..3b6dab56ba
--- /dev/null
+++ b/apps/plugins/puzzles/src/unfinished/sokoban.R
@@ -0,0 +1,19 @@
1# -*- makefile -*-
2
3sokoban : [X] GTK COMMON sokoban sokoban-icon|no-icon
4
5sokoban : [G] WINDOWS COMMON sokoban sokoban.res?
6
7ALL += sokoban[COMBINED]
8
9!begin am gtk
10GAMES += sokoban
11!end
12
13!begin >list.c
14 A(sokoban) \
15!end
16
17!begin >gamedesc.txt
18sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle:Push all the barrels into the target squares.
19!end