Created
October 31, 2025 09:13
-
-
Save VYSEVYSE/d9fe8536b399c641fe6fb5afa6f41c76 to your computer and use it in GitHub Desktop.
Crazy Puta! (PuzzleScript Script)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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