Created
December 2, 2024 01:00
-
-
Save thacuber2a03/54c04c5747d013b9aebfd1715fd13928 to your computer and use it in GitHub Desktop.
longcat (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 longcat | |
author editmouse | |
======== | |
OBJECTS | |
======== | |
Background . | |
lightgreen green | |
11111 | |
01111 | |
11101 | |
11111 | |
10111 | |
Wall # | |
brown darkbrown | |
00010 | |
11111 | |
01000 | |
11111 | |
00010 | |
Player P | |
white black | |
01010 | |
01010 | |
00000 | |
10101 | |
01010 | |
Body | |
white | |
box b | |
brown lightbrown | |
00000 | |
01110 | |
01010 | |
01110 | |
00000 | |
======= | |
LEGEND | |
======= | |
Solid=Wall or Player or Body or box | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Player Wall Body Box | |
====== | |
RULES | |
====== | |
[> Player|no Solid]->[Body|> Player] | |
[ > Player | Box | no solid ] -> [ body | > Player | > Box ] | |
============== | |
WINCONDITIONS | |
============== | |
all Background on Solid | |
======= | |
LEVELS | |
======= | |
message the game is very much open for suggestions :3 | |
###### | |
#..### | |
#..### | |
#.P..# | |
#....# | |
#....# | |
###### | |
###### | |
#....# | |
#.#P.# | |
#....# | |
#....# | |
#....# | |
###### | |
###### | |
#....# | |
#.p..# | |
#....# | |
#...b# | |
#....# | |
###### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment