Skip to content

Instantly share code, notes, and snippets.

@masalt0
Created August 25, 2021 18:27
Show Gist options
  • Save masalt0/bdfb02d1338e3f643705ab1ce5e78bb9 to your computer and use it in GitHub Desktop.
Save masalt0/bdfb02d1338e3f643705ab1ce5e78bb9 to your computer and use it in GitHub Desktop.
4 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title 4
========
OBJECTS
========
background
black
player
red
end
lightgreen
key
transparent yellow
00000
11100
10111
11101
00000
barrier
transparent
block
lightgray
down
darkgray
=======
LEGEND
=======
+ = background
P = player and block
O = barrier and background
0 = barrier and down
1 = block
2 = down
# = end
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
background
block down end
player barrier key
======
RULES
======
[> player | key] -> [> player | > key]
==============
WINCONDITIONS
==============
all player on end
no key
=======
LEVELS
=======
++++++++++++
+OOO+++OOO++
O111OOO111O+
O1P11111#1O+
O111000111O+
+000222000++
+222+++222++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment