Skip to content

Instantly share code, notes, and snippets.

@haileylgbt
Created November 29, 2020 05:45
Show Gist options
  • Save haileylgbt/995e5cae2ec0cfda04dd19db2bedef18 to your computer and use it in GitHub Desktop.
Save haileylgbt/995e5cae2ec0cfda04dd19db2bedef18 to your computer and use it in GitHub Desktop.
coop (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title coop
author hailey
homepage https://discord.gg/GfcWjrY
========
OBJECTS
========
Background .
#303030
femmbg ,
#ffabd9
Player P
#55CDFC #FFFFFF #F7A8B8
.000.
22222
11111
22222
.000.
BadH N
#ff0000
.000.
00000
0...0
00000
.000.
Crate X
#ffffff
00000
00.00
0.0.0
00.00
00000
Target +
#ffffff
.....
..0..
.0.0.
..0..
.....
Wall #
#ffffff
SWallNW t
#ffffff
00000
00000
00...
00.00
00.00
SWallNE u
#ffffff
00000
00000
...00
00.00
00.00
SWallSW b
#ffffff
00.00
00.00
00...
00000
00000
SWallSE m
#ffffff
00.00
00.00
...00
00000
00000
SWallH Y
#ffffff
00000
00000
.....
00000
00000
SWallV G
#ffffff
00.00
00.00
00.00
00.00
00.00
Goal H
#00ffff
.000.
00000
00000
00000
.000.
======
LEGEND
======
=======
SOUNDS
=======
player move 33706507
crate move 59334907
startlevel 23733709
endlevel 88575503
endgame 10061908
================
COLLISIONLAYERS
================
Background
femmbg
Goal, Target
Player, Crate, Wall, SWallNW, SWallNE, SWallSW, SWallSE, SWallH, SWallV, BadH
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
[ BadH | ... | Player ] -> [ > BadH | ... | Player ]
[> BadH | Player] -> restart
==============
WINCONDITIONS
==============
all player on goal
all Crate on Target
=======
LEVELS
=======
message the mighty egg watches
############
#..........#
#..........#
#.p......h.#
#..........#
#..........#
############
message let me out
tyyyyyyyyyu.........
g..............#....
g.p............g....
g..............#....
byu.x.tyyym.........
..g...g.............
..g...g.............
..g.+.g.........h...
..g...g.............
..byyym.............
....................
message dont let them get to me
..........+..
.######......
.#n....x.....
.######......
...........h.
...p.........
.............
.............
message you're going to #femme-dem
,,,,,,,,,
,,,+,+,,,
,,+,x,+,,
,,,x,x,,,
,,x,p,x,,
,,,x,x,,,
,,+,x,+,,
,,,+,+,,,
,,,,h,,,,
message just kidding, #femme-den isnt real
message "then...where are we?"
message ...
message i honestly dont know anymore...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment