Skip to content

Instantly share code, notes, and snippets.

@lee2sman
Created March 6, 2022 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lee2sman/2cfd7942bce74b02905930f02733de30 to your computer and use it in GitHub Desktop.
Save lee2sman/2cfd7942bce74b02905930f02733de30 to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title The Aging Process
author not a pipe
homepage notapipe.itch.io
realtime_interval 1
noaction
========
OBJECTS
========
Background
black
skin
#d1bea8
Mole
#d1bea8 lightgray
00000
00000
00010
00110
00000
Hair
darkbrown brown
00100
00010
01000
00001
10000
Beard
brown grey
00.00
.001.
0.00.
00001
10000
OldBeard
brown white
01101
10011
01001
00111
10010
Player
transparent
(
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
)
Nose
Orange Grey
..00.
.0000
00000
01010
01010
LeftEar
#e6be8a #452a51
....0
..000
..000
..010
....0
RightEar
#e6be8a #452a51
0....
000..
000..
010..
01...
Mouth
red pink white
.000.
02220
0.1.0
01110
.000.
bloody
red
.000.
.0000
..00.
000..
..00.
slime
green lightgreen
.001.
.100.
..00.
010..
..0..
EyeBall
White Blue Red
.000.
00100
01110
20102
.202.
UpperLeft
black #d1bea8
00001
00011
00111
01111
01111
UpperRight
black #d1bea8
10000
11000
11100
11110
11110
LowerLeft
black #d1bea8
01111
01111
00111
00011
00001
LowerRight
black #d1bea8
11110
11110
11100
11000
10000
=======
LEGEND
=======
H = Hair and skin
. = Background
, = skin
? = mole
P = Player
O = EyeBall and Skin
m = mouth and skin
* = Nose and skin
B = Beard and skin
$ = slime and skin
L = LeftEar
R = RightEar
/ = UpperLeft
\ = UpperRight
C = LowerLeft
D = LowerRight
=======
SOUNDS
=======
SFX0 67117309
sfx1 88418702
sfx2 70010902
sfx3 58669707
sfx4 4567102
sfx5 1266502
================
COLLISIONLAYERS
================
Background
mole, skin, UpperLeft, UpperRight, LowerLeft, LowerRight
Beard, OldBeard, bloody, hair, slime
Player, EyeBall, Nose, Mouth, LeftEar, RightEar
======
RULES
======
Vertical [ Eyeball | ... | Player ] -> [ > Bloody Eyeball | ... | Player ] SFX0
[ Eyeball | ... | Player ] -> [ > Eyeball | ... | player ]
[ Nose | ... | Player ] -> [ < Nose | ... | Player ] sfx1
[ Mouth | ... | Player ] -> [ < mouth | ... | player ]
[ Beard | ... | player ] -> [ > OldBeard | ... | Player ] sfx3
random [ OldBeard | ... | player ] -> [ > OldBeard | ... | player ] sfx3
random [ OldBeard | ... | player ] -> [ > bloody | ... | player ] sfx2
random [ skin ] -> [ mole ]
[ | Moving nose ] -> [ slime | Moving nose ] sfx4
Down [ LeftEar | ... | Player ] -> [ > LeftEar | ... | Player ] sfx5
Down [ RightEar | ... | Player ] -> [ > RightEar | ... | Player ] sfx5
random [ hair ] -> [ skin ]
==============
WINCONDITIONS
==============
(there's no way to win against aging )
=======
LEVELS
=======
message Welcome to The Aging Process, an accurate Aging Simulator
message Arrow Keys to feebly attempt to resist time. Z to undo. R to restart.
message There is no way to win. Enjoy?
../HHH\..
./,,,,,\.
.,O,,,O,.
L,,,*,,,R
.BBBBBBB.
PCBBmBBD.
..CBBBD..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment