Skip to content

Instantly share code, notes, and snippets.

@VYSEVYSE
Created October 31, 2025 09:13
Show Gist options
  • Save VYSEVYSE/d9fe8536b399c641fe6fb5afa6f41c76 to your computer and use it in GitHub Desktop.
Save VYSEVYSE/d9fe8536b399c641fe6fb5afa6f41c76 to your computer and use it in GitHub Desktop.
Crazy Puta! (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Crazy Puta!
author My Name Here
homepage www.puzzlescript.net
========
OBJECTS
========
Background
green
Target
darkblue
Wall
brown
Player
blue
Crate
orange
Girl
yellow white pink purple transparent
40004
40104
22222
42224
43434
Guy
black brown lightbrown transparent
32223
32223
00000
30003
31313
DrunkGirl
white lightblue lightbrown transparent
32223
32023
11111
31113
31313
House
pink brown transparent
22122
21112
11111
00000
00000
======
LEGEND
=======
. = Background
# = Wall
G = Guy
P = Girl
* = DrunkGirl
@ = Crate and Target
O = House
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
Girl
DrunkGirl
Guy
House
======
RULES
======
[ > Girl | DrunkGirl ] -> [ > Girl | > DrunkGirl ]
[ Girl ][Guy]-> [> Girl ][> Guy ]
[ > DrunkGirl ] -> [ > House ]
==============
WINCONDITIONS
==============
all DrunkGirl on House
=======
LEVELS
=======
###########
#.........#
#....@....#
#.P.*.O...#
#.........#
#.........#
###########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment