Created
May 10, 2021 20:32
-
-
Save lyaann/d0b03e89086093270fc0c27c0fd997e7 to your computer and use it in GitHub Desktop.
My Game (PuzzleScript Script)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title My Game | |
author My Name Here | |
homepage www.puzzlescript.net | |
======== | |
OBJECTS | |
======== | |
Background | |
red pink darkred | |
00220 | |
20222 | |
22200 | |
02200 | |
02002 | |
Target | |
DarkBlue blue lightblue white grey darkgrey | |
45455 | |
51552 | |
02401 | |
54524 | |
45445 | |
Wall | |
black darkblue darkgreen darkgrey | |
00112 | |
21003 | |
31200 | |
11033 | |
33100 | |
Player | |
orange blue darkblue brown black | |
33333 | |
04040 | |
10001 | |
11111 | |
22.22 | |
Crate | |
blue lightblue brown orange | |
10012 | |
...21 | |
..3.0 | |
.2..0 | |
3...1 | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
* = Crate | |
@ = Crate and Target | |
O = Target | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, Wall, Crate | |
====== | |
RULES | |
====== | |
[ > Player | Crate ] -> [ > Player | > Crate ] | |
============== | |
WINCONDITIONS | |
============== | |
All Target on Crate | |
======= | |
LEVELS | |
======= | |
######### | |
#.......# | |
#.....@.# | |
#.P.*.O.# | |
#.......# | |
#.......# | |
######### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment