Skip to content

Instantly share code, notes, and snippets.

@haileylgbt
Created February 6, 2019 06:19
Show Gist options
  • Save haileylgbt/538b572fcb79e54ce5fdbe9457c4219b to your computer and use it in GitHub Desktop.
Save haileylgbt/538b572fcb79e54ce5fdbe9457c4219b to your computer and use it in GitHub Desktop.
Harry Quest 00 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Harry Quest 00
author harry
key_repeat_interval Infinity
========
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)
Crate
Orange
=======
LEGEND
=======
. = Background
# = Tutoriwall
h = Player
(t = Harriet)
* = Crate
A = WarpPad
(y = yrraH)
/ = Wall1
=======
SOUNDS
=======
StartGame 68147708
startlevel 4506503
endlevel 43770703
sfx0 86438708
================
COLLISIONLAYERS
================
Background
WarpPad
Player, Tutoriwall, Crate, (Harriet, yrraH,) Wall1
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
([ Harriet | ... | Player ] -> [ > Harriet | ... | Player ]
[ yrraH | ... | Harriet ] -> [ > yrraH | ... | Harriet ])
==============
WINCONDITIONS
==============
All Player on WarpPad
(All Harriet on WarpPad
All yrraH on WarpPad)
=======
LEVELS
=======
message Welcome to the game.
(message This game is about three people.
message These three people will meet others on their joruney.)
message Your goal: Get to the advancement pads.
##################
#................#
#................#
#................#
#...h............#
#............a...#
#................#
#................#
#................#
#................#
##################
message That's Harry, the person you are controlling.
(message Here's your second character.
message Oh, and by the way, you need to touch them to make them tag along with you.
##################
#................#
#................#
#................#
#...h............#
#............aa..#
#................#
#................#
#.......t........#
#................#
##################
message That was Harriet, the very embodiment of Harry's positivity, love, etc.
message However, he is currently unbalanced.
message Get your third character.
##################
#................#
#..............y.#
#................#
#..th............#
#...........aaa..#
#................#
#................#
#................#
#................#
##################
message That greyscale guy is yrraH. The polar opposite of Harriet, embodying Harry's fears, anxiety, negativity, etc.)
message Harry can push some things around.
message Try making him push this orange cube.
##################
#.......#........#
#.......#........#
#.......#........#
#...h...#........#
#.......*....a...#
#.......#........#
#.......#........#
#.......#........#
#.......#........#
##################
message That's basically all you need to know for now.
message Now go play the real games.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment