Skip to content

Instantly share code, notes, and snippets.

@edderiofer
Created August 9, 2018 22:16
Show Gist options
  • Save edderiofer/367cea90c969500dd6a53fab4707eff3 to your computer and use it in GitHub Desktop.
Save edderiofer/367cea90c969500dd6a53fab4707eff3 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
========
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
00000
0...0
0...0
0...0
00000
=======
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
=======
~~~~~~~~~
~.~~~~~~~
~.....~~~
~~~~~.~~~
~..~~.~~~
~..~....~
~..~#...~
~gp.....~
~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment