Skip to content

Instantly share code, notes, and snippets.

@haileylgbt
Created November 3, 2018 06:08
Show Gist options
  • Save haileylgbt/9f5385dc96ddb0fb53af4477c6374690 to your computer and use it in GitHub Desktop.
Save haileylgbt/9f5385dc96ddb0fb53af4477c6374690 to your computer and use it in GitHub Desktop.
Harry Quest - BejFans [Sneek Peek Preereeleesee] (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Harry Quest - BejFans [Sneek Peek Preereeleesee]
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
.000.
..0..
.....
poof
white
.000.
00000
.000.
..0..
.....
(
swap your gems from side to side
)
BoggY
red white
.000.
00001
00011
00111
.111.
=======
LEGEND
=======
. = Background
# = Tutoriwall
h = Player
t = Harriet
* = Gem
A = WarpPad
y = yrraH
/ = Wall1
p = poof
B = BoggY
=======
SOUNDS
=======
StartGame 33660908
startlevel 4506503
endlevel 43770703
sfx0 86438708
sfx1 4222500
================
COLLISIONLAYERS
================
Background
WarpPad
poof
Player, Tutoriwall, Gem, Harriet, yrraH, Wall1, BoggY
======
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
[ > Player | Gem ] -> [ > Player | > Gem ]
[ BoggY | ... | yrraH ] -> [ > BoggY | ... | yrraH ]
==============
WINCONDITIONS
==============
All Player on WarpPad
All Harriet on WarpPad
All yrraH on WarpPad
All BoggY on WarpPad
=======
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/
///////////////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment