Created
September 16, 2020 17:57
-
-
Save TrixterTheTux/f07db1cafc11816384871010cf3c7848 to your computer and use it in GitHub Desktop.
Froooooooooooooooooooooog (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 Froooooooooooooooooooooog | |
author Ostudio1 hyypiöt | |
homepage www.puzzlescript.net | |
======== | |
OBJECTS | |
======== | |
Background | |
lightblue blue | |
11111 | |
01111 | |
11101 | |
11111 | |
10111 | |
Danger | |
blue | |
..... | |
..... | |
..... | |
..... | |
..... | |
Empty | |
blue | |
..... | |
..... | |
..... | |
..... | |
..... | |
EmptyDanger | |
blue | |
..... | |
..... | |
..... | |
..... | |
..... | |
Wall | |
BROWN DARKBROWN | |
00010 | |
11111 | |
01000 | |
11111 | |
00010 | |
LeftSide | |
black | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
RightSide | |
black | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
Void | |
black | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
Player | |
Black Orange White black | |
.000. | |
.111. | |
22222 | |
.333. | |
.3.3. | |
Crate | |
Orange | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
WinZone | |
Orange | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
C = Crate | |
* = Danger | |
E = Empty | |
L = LeftSide | |
R = RightSide | |
B = Void | |
W = WinZone | |
======= | |
SOUNDS | |
======= | |
Crate MOVE 36772507 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Empty,EmptyDanger | |
Crate, Danger, WinZone | |
Player, Wall, Void, LeftSide, RightSide | |
====== | |
RULES | |
====== | |
[Player Danger] -> restart | |
[Crate] -> [> Crate] | |
[Empty] -> [< Empty] | |
[Danger] -> [> Danger] | |
[EmptyDanger] -> [< EmptyDanger] | |
late [Crate RightSide] -> [Empty RightSide] | |
late [Empty LeftSide] -> [Crate LeftSide] | |
late [Danger RightSide] -> [EmptyDanger RightSide] | |
late [EmptyDanger LeftSide] -> [Danger LeftSide] | |
============== | |
WINCONDITIONS | |
============== | |
all Player on WinZone | |
======= | |
LEVELS | |
======= | |
B#####B | |
BWWWWWB | |
L.....R | |
L.....R | |
L.....R | |
L.....R | |
L.....R | |
LCC...R | |
L*CCCCR | |
L****CR | |
L**CCCR | |
L*CC**R | |
BCCPCCB | |
B#####B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment