Skip to content

Instantly share code, notes, and snippets.

@edderiofer
Created August 9, 2018 22:26
Show Gist options
  • Save edderiofer/50db610e574c41f5cc4e3832c76ebdfe to your computer and use it in GitHub Desktop.
Save edderiofer/50db610e574c41f5cc4e3832c76ebdfe to your computer and use it in GitHub Desktop.
Paul Bunyan's Demade Island Adventure? (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Paul Bunyan's Demade Island Adventure?
author edderiofer
homepage http://edderiofer.blogspot.com
norepeat_action
verbose_logging
again_interval 0.2
zoomscreen 15x15
========
OBJECTS
========
Background .
lightgreen
water ~
blue
Player p
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
tree t
green brown
..0..
.000.
00000
00000
..1..
bigtree b
darkblue white
.000.
00000
..1..
..1..
..1..
stone #
grey
.000.
00000
00000
00000
.000.
bridge
brown
goal g
orange
.....
.000.
.0.0.
.000.
.....
=======
LEGEND
=======
trees = tree or bigtree
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
bridge
goal
player, water, stone, trees
======
RULES
======
[ > Player | trees ] -> [ > Player | > trees ]
[> tree | water] -> [no tree | bridge]
[> bigtree | water | water] -> [no bigtree | bridge | bridge]
==============
WINCONDITIONS
==============
All player on goal
=======
LEVELS
=======
~..~~~~~~~~~~~~
....~~~~~~~~~~~
....~..~~~~~~~~
...~~t...~~~~~~
~...~.....~~~~~
~~~~~..b..~~..~
~~~..~~..~~..b.
~...#.~~~~~....
~..b..~~.~.#...
~~...~~..~..#.~
~~~~~~~~~~~..p~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment