Skip to content

Instantly share code, notes, and snippets.

@VYSEVYSE
Created October 31, 2025 13:37
Show Gist options
  • Save VYSEVYSE/42133990de63a53b379b738d372a3a04 to your computer and use it in GitHub Desktop.
Save VYSEVYSE/42133990de63a53b379b738d372a3a04 to your computer and use it in GitHub Desktop.
Afterparty! (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Afterparty!
author My Name Here
homepage www.puzzlescript.net
========
OBJECTS
========
Background
grey lightgray darkgray
01222
12212
22011
10221
01112
Target
darkblue
Wall
brown darkbrown
Player
yellow white pink purple transparent
40004
40104
22222
42224
43434
Player2
yellow white pink purple transparent
40004
40104
22222
42224
43434
Guy
purple lightbrown transparent
22222
22122
00000
20002
21212
DrunkGirl
white red lightbrown pink transparent
42224
42024
11111
41114
43434
DrunkHouse
red brown transparent yellow
22122
21112
11011
03030
00000
GirlHouse
pink brown transparent yellow
22122
21112
11011
03030
00000
Pothole
black lightblue transparent
22222
22122
22022
22222
22222
PExit
black red transparent
22222
22122
22022
22222
22222
Purse
pink yellow transparent
22222
22122
20202
00000
00000
Beer
green brown transparent
22022
22022
20002
21112
20002
Knife
white black transparent
22022
22002
22002
22122
22122
Money
lightgreen green transparent
22222
00100
00100
22222
22222
Pills
white pink transparent
22222
20002
20102
21112
22222
======
LEGEND
=======
. = Background
# = Wall
G = Guy
P = Player
* = DrunkGirl
O = DrunkHouse
J = GirlHouse
- = Pothole
r = PExit
m = Purse
l = Pills
4 = Money
k = Knife
b = beer
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Guy, DrunkGirl, Wall, Player2
GirlHouse, DrunkHouse
Pothole, PExit
beer, Pills, Money, Purse, Knife
======
RULES
======
[ > Player | DrunkGirl ] -> [ > Player | > DrunkGirl ]
[ < Player | DrunkGirl ] -> [ < Player | < DrunkGirl ]
[ > Player ][ Guy]-> [> Player ][> Guy ]
[ v Player | ...| Pothole ] -> [ Pothole| ... | PExit ]
[ > Guy | DrunkGirl ] -> restart
==============
WINCONDITIONS
==============
all DrunkGirl on DrunkHouse
all Player on GirlHouse
no Money
no Purse
no Knife
no Beer
no Pills
=======
=======
LEVELS
=======
###########
#.........#
#..-.G....#
#.P.*.O...#
#..r......#
#.........#
###########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment