diff options
Diffstat (limited to 'apps/plugins/puzzles/unfinished/sokoban.R')
| -rw-r--r-- | apps/plugins/puzzles/unfinished/sokoban.R | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/unfinished/sokoban.R b/apps/plugins/puzzles/unfinished/sokoban.R new file mode 100644 index 0000000..3b6dab5 --- /dev/null +++ b/apps/plugins/puzzles/unfinished/sokoban.R @@ -0,0 +1,19 @@ +# -*- makefile -*- + +sokoban : [X] GTK COMMON sokoban sokoban-icon|no-icon + +sokoban : [G] WINDOWS COMMON sokoban sokoban.res? + +ALL += sokoban[COMBINED] + +!begin am gtk +GAMES += sokoban +!end + +!begin >list.c + A(sokoban) \ +!end + +!begin >gamedesc.txt +sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle:Push all the barrels into the target squares. +!end |