Created
May 17, 2014 17:58
-
-
Save anonymous/ef8fafa3e0108327c97d to your computer and use it in GitHub Desktop.
title
This file contains 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 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 Unity | |
Author Loneship Games | |
realtime_interval 1.5 | |
require_player_movement | |
text_color lightblue | |
======== | |
OBJECTS | |
======== | |
background | |
darkblue | |
w | |
white black | |
00000 | |
01100 | |
01100 | |
00000 | |
00000 | |
b | |
black white | |
00000 | |
00000 | |
00110 | |
00110 | |
00000 | |
y | |
black white grey | |
00011 | |
01011 | |
00211 | |
00101 | |
00111 | |
I | |
white | |
O | |
black | |
p | |
blue | |
..... | |
.000. | |
00000 | |
.0.0. | |
..... | |
wall | |
lightblue | |
00000 | |
00000 | |
00000 | |
00000 | |
00000 | |
arrow | |
red | |
..0.. | |
0000. | |
0...0 | |
0000. | |
..0.. | |
cover | |
darkblue | |
======= | |
LEGEND | |
======= | |
player = p or cover | |
. = background | |
# = wall | |
a = arrow | |
c = cover | |
crate = b or w | |
======= | |
SOUNDS | |
======= | |
startgame 44773708 | |
crate destroy 41152508 | |
endlevel 21836908 | |
================ | |
COLLISIONLAYERS | |
================ | |
background | |
arrow | |
player,crate,wall | |
I,O,y | |
====== | |
RULES | |
====== | |
[y] -> [ ] | |
[I] [stationary player] -> [I] [ ] | |
[O] [stationary player] -> [O] [ ] | |
[> player | crate] -> [> player |> crate] | |
[> b|w] -> [ |y] again | |
[> w|b] -> [ |y] again | |
late [player arrow] -> [player] | |
============== | |
WINCONDITIONS | |
============== | |
no crate | |
no cover | |
======= | |
LEVELS | |
======= | |
................ | |
......iiio...... | |
.....iioiio..... | |
.....iiiioo..... | |
.....iioooo..... | |
.....iooioo..... | |
......iooo...... | |
..............c. | |
................ | |
######### | |
#.......# | |
#.pawab.# | |
#.......# | |
######### | |
....... | |
####### | |
#..w..# | |
#.wb.p# | |
#..b..# | |
####### | |
....... | |
####### | |
#..b..# | |
#pb.w.# | |
#.#w#.# | |
#.#b#.# | |
#.....# | |
#..w..# | |
####### | |
######## | |
#..ww..# | |
#...b..# | |
#.pwb..# | |
#...b..# | |
######## | |
####### | |
#.....# | |
#.w...# | |
#pbb#w# | |
#.bb#w# | |
#.....# | |
#.w...# | |
####### | |
####### | |
#w....# | |
#.....# | |
#b#b#.# | |
#b#b#.# | |
#.w.w.# | |
#..p.w# | |
####### | |
######## | |
##b..#b# | |
##.#.#.# | |
#.pwb..# | |
#.w#...# | |
#..w.### | |
######## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment