Skip to content

Instantly share code, notes, and snippets.

@haileylgbt
Created November 3, 2018 05:23
Show Gist options
  • Save haileylgbt/eef20c29a3a36531e78f5f1d424bcb85 to your computer and use it in GitHub Desktop.
Save haileylgbt/eef20c29a3a36531e78f5f1d424bcb85 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
======
[ Harriet | ... | Player ] -> [ > Harriet | ... | Player ]
[ yrraH | ... | Harriet ] -> [ > yrraH | ... | Harriet ]
==============
WINCONDITIONS
==============
All Player on WarpPad
All Harriet on WarpPad
All yrraH on WarpPad
=======
LEVELS
=======
message This game is about three people.
message These three people will meet others on their joruney.
message Depending on what communitites you're in, you may recognise them.
message Your goal: Get to the advancement pads.
##################
#................#
#................#
#................#
#...h............#
#............a...#
#................#
#................#
#................#
#................#
##################
message That was you, Harry.
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 Now go play the real games.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment