Created
June 1, 2021 19:57
-
-
Save lyaann/9a6cf45ea08b65523f68c6e15b6a59a7 to your computer and use it in GitHub Desktop.
Simple Block Pushing 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 Simple Block Pushing Game | |
author David Skinner | |
homepage www.puzzlescript.net | |
======== | |
OBJECTS | |
======== | |
asteroide1 | |
darkbrown | |
..... | |
.000. | |
0000. | |
00000 | |
0000. | |
asteroide2 | |
darkbrown | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
asteroide3 | |
darkbrown | |
..... | |
..000 | |
.0000 | |
.0000 | |
..000 | |
asteroide4 | |
darkbrown | |
..000 | |
..000 | |
...00 | |
...00 | |
..000 | |
asteroide5 | |
darkbrown | |
00... | |
000.. | |
000.. | |
00... | |
00... | |
asteroide6 | |
darkbrown | |
00000 | |
00000 | |
00.0. | |
..... | |
..... | |
asteroide7 | |
darkbrown | |
..... | |
..0.. | |
.000. | |
00000 | |
00000 | |
asteroide8 | |
darkbrown | |
000.. | |
0000. | |
0000. | |
..0.. | |
..... | |
asteroide9 | |
darkbrown | |
.0000 | |
.0000 | |
.0000 | |
.00.. | |
..... | |
Target | |
lightgray blue | |
00000 | |
01110 | |
01110 | |
01110 | |
00000 | |
player | |
gray white | |
..... | |
.101. | |
11111 | |
.1.1. | |
.1.1. | |
stars1 | |
black white | |
00001 | |
01000 | |
0000 | |
00000 | |
10000 | |
stars2 | |
black white | |
00000 | |
00001 | |
00000 | |
00100 | |
00000 | |
stars3 | |
black white | |
10000 | |
00000 | |
00001 | |
00000 | |
00100 | |
stars4 | |
darkblue | |
======= | |
LEGEND | |
======= | |
Wall = asteroide1 or asteroide2 or asteroide3 or asteroide4 or asteroide5 or asteroide6 or asteroide7 or asteroide8 or asteroide9 | |
Background = stars1 or stars2 or stars3 or stars4 | |
P = player | |
O = Target | |
z = asteroide1 | |
x = asteroide2 | |
c = asteroide3 | |
h = asteroide4 | |
b = asteroide5 | |
n = asteroide6 | |
m = asteroide7 | |
, = asteroide8 | |
. = asteroide9 | |
j = stars1 | |
k = stars2 | |
l = stars3 | |
q = stars4 | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
player, Wall | |
====== | |
RULES | |
====== | |
[ > player | Wall ] -> [ stationary player | Wall ] | |
============== | |
WINCONDITIONS | |
============== | |
All Player on Target | |
======= | |
LEVELS | |
======= | |
jzjjx,jx,jjkjjmmm | |
pkm,jjjjj,jjjhxbh | |
jkbcmjccmmx,jjjxx | |
jjh,ljxojnjpkkjn, | |
,lhkjk,kjjljlkkkj | |
kk.kjjhlmjmmlkkjj | |
mkjjjlnnnjxxmmjxb | |
x,cxnjjljjlnxncxb | |
nkkbklbjjjkkjnjbk | |
ljjbjhbjjjkkkjjjk | |
oljlkhnjjjnnxxjll | |
jjmmmlllmjjknnkkl | |
jmxxxmkpxllolmlll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment