Skip to content

Instantly share code, notes, and snippets.

@haileylgbt
Created November 3, 2018 22:45
Show Gist options
  • Save haileylgbt/e0c7e9e95d97362e7fcbbd2516437c77 to your computer and use it in GitHub Desktop.
Save haileylgbt/e0c7e9e95d97362e7fcbbd2516437c77 to your computer and use it in GitHub Desktop.
Harry Quest - BejFans (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Harry Quest - BejFans [Yet Another Prerelease]
author harry
key_repeat_interval Infinity
homepage https://www.puzzlescript.net/play.html?p=eef20c29a3a36531e78f5f1d424bcb85
========
OBJECTS
========
Background
GREEN
WarpPad
DarkBlue lightblue
00000
01110
01110
01110
00000
Tutoriwall
BROWN
Wall1
#88f6ff
Player
brown #FFE0BD black blue
00000
01212
11111
33333
3...3
Harriet
#00ffff #FFE0BD black blue
00000
02120
01110
33333
3...3
yrraH
grey black white darkgray
00000
01212
11111
33333
3...3
Gem
blue
.000.
00000
00000
.000.
..0..
DoubleGem
lightblue
.000.
00000
00000
.000.
..0..
RedGem
red
.000.
00000
00000
00000
.000.
poof
white
.000.
00000
00000
.000.
..0..
(
swap your gems from side to side
)
BoggY
red white
.000.
00001
00011
00111
.111.
Charly
red
.000.
.000.
..0..
.0.0.
.0.0.
=======
LEGEND
=======
. = Background
# = Tutoriwall
h = Player
t = Harriet
* = Gem
2 = DoubleGem
A = WarpPad
y = yrraH
/ = Wall1
p = poof
B = BoggY
I = BoggY and WarpPad
c = Charly
r = RedGem
=======
SOUNDS
=======
StartGame 33660908
startlevel 4506503
endlevel 43770703
sfx0 86438708
sfx1 4222500
================
COLLISIONLAYERS
================
Background
WarpPad
poof
Player, Tutoriwall, Gem, Harriet, yrraH, Wall1, BoggY, DoubleGem, Charly, RedGem
======
RULES
======
[ poof ] -> [ Background ]
[ Harriet | ... | Player ] -> [ > Harriet | ... | Player ]
[ yrraH | ... | Harriet ] -> [ > yrraH | ... | Harriet ]
late [ Gem | Gem | Gem ] -> [ poof | poof | poof ] sfx1
late [ BoggY | Gem | Gem ] -> [ BoggY | poof | poof ] sfx1
late [ DoubleGem | Gem | Gem ] -> [ Gem | poof | poof ] sfx1
late [ DoubleGem | Gem | BoggY ] -> [ Gem | poof | BoggY ] sfx1
[ > Player | Gem ] -> [ > Player | > Gem ]
[ > Player | RedGem ] -> [ > Player | > RedGem ]
[ > Player | DoubleGem ] -> [ > Player | > DoubleGem ]
[ BoggY | ... | yrraH ] -> [ > BoggY | ... | yrraH ]
late [ RedGem | RedGem | RedGem | RedGem ] -> [ poof | poof | poof | poof ] sfx1
late [ Charly | RedGem | RedGem | RedGem ] -> [ Charly | poof | poof | poof ] sfx1
[ Charly | ... | BoggY ] -> [ > Charly | ... | BoggY ]
==============
WINCONDITIONS
==============
All Player on WarpPad
All Harriet on WarpPad
All yrraH on WarpPad
All BoggY on WarpPad
All Charly on WarpPad
No Gem
No DoubleGem
No RedGem
=======
LEVELS
=======
message Note: Click on the link below if you don't know how to play.
message Today, we introduce a new array of characters.
//////
/hty./
/a.../
/aa../
//////
message Not to mention this game's gimmick...
message MATCHING GEMS
message Clear all the gems and step on the pads to advance.
/////////
/h...*../
/.....*./
/.*...*./
/*.*...a/
/////////
message God I love this gimmick.
////////////
/h*.*.*.*../
/t.*.*.*.*./
/y.*.*.*.*./
//////////./
/a*.*.*.*../
/a*.*.*.*../
/a.*.*.*.*./
////////////
message All BejFans characters that aren't the Trio can use themselves as gems.
message They don't die though, calm down.
message Swap
message Your
message Gems
message From
message Side
message To
message Side
///////////////
/yb.........../
/th.........../
/....*..*...../
/....*.*..*.../
/...*...*.*.../
/...........aa/
/...........aa/
///////////////
message Intermission
..*..
..*..
**i**
..*..
..*..
message Let's get more puzzly.
message I'm introducing you to the double gem. Try and figure out what it does.
message Then I might give you another character.
message Remember: Clear ALL the gems.
/////////////
/h........../
/t.......2../
/y/*.*/...../
/a/.*./...../
/a/.b./...../
/a//////*//*/
/a//////*//*/
/////////////
message You're doing very well!
message Your next character is Charly.
message Charly is going to be very important.
message Red gems need 4 to match.
.byt...rr
.c.h.2...
......*..
.r....*..
....*....
aaa...*..
a.a...rrr
message Harriet: Looks like it's just the two of us for this level, Harry.
message Harry: Yeah.
message Harry: Just the two of-HEY WHO PUT THAT BIG SIGN THERE!?
/./..a.././**
/./..a.././**
///./././//..
/*/../../*/..
/*/./././*/..
.............
...*..*......
.........*...
.*.ht........
.............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment