Created
July 9, 2023 04:04
-
-
Save JustAngela/1be9c48b1ef60157991990ca1e213f93 to your computer and use it in GitHub Desktop.
Cats Cats Cats Cats (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 Cats Cats Cats Cats | |
| author Angelaaaaaaaa | |
| homepage www.puzzlescript.net | |
| run_rules_on_level_start | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| darkgreen green | |
| 01000 | |
| 10000 | |
| 00100 | |
| 01001 | |
| 00010 | |
| Wall | |
| Red darkred | |
| 01000 | |
| 01000 | |
| 11111 | |
| 00010 | |
| 11111 | |
| Player | |
| black lightbrown white | |
| .000. | |
| .1100 | |
| .1100 | |
| .222. | |
| .222. | |
| SleepingCat | |
| black yellow | |
| 0.0.. | |
| 101.. | |
| 00000 | |
| .0000 | |
| ..... | |
| AwakeCat | |
| black yellow | |
| 0.0.. | |
| 101.. | |
| 00000 | |
| .0000 | |
| .0..0 | |
| ======= | |
| LEGEND | |
| ======= | |
| - = Background | |
| # = Wall | |
| p = Player | |
| c = SleepingCat | |
| Waker = Player or AwakeCat | |
| ======= | |
| SOUNDS | |
| ======= | |
| endlevel 84937502 | |
| sfx0 2834102 | |
| sfx1 28840906 | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| Background | |
| Player, Wall, SleepingCat, AwakeCat | |
| ====== | |
| RULES | |
| ====== | |
| late [waker|SleepingCat]->[waker|AwakeCat] sfx0 | |
| [> Player][AwakeCat]->[> Player][> AwakeCat] | |
| [> waker|Wall] -> cancel sfx1 | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| no SleepingCat | |
| ======= | |
| LEVELS | |
| ======= | |
| message Oh look, a kitty! | |
| ##### | |
| #---# | |
| #-c-# | |
| #---# | |
| #---# | |
| #---# | |
| #-p-# | |
| ##### | |
| message Hi kitty! | |
| ########### | |
| ####c-----# | |
| #cp------c# | |
| ####c-----# | |
| ########### | |
| message Hello to you too! | |
| ######### | |
| #---#---# | |
| #--c#c--# | |
| #---#---# | |
| #--cP---# | |
| ######### | |
| message This first cat is always following me... | |
| ############ | |
| #----#-----# | |
| #---c#-----# | |
| #----#-----# | |
| #---c--c---# | |
| #c-cccccpc-# | |
| #---c#-c---# | |
| #----#-----# | |
| ############ | |
| message I can't jump over cats... | |
| message Cats can wake other cats up! | |
| ########## | |
| #---#----# | |
| #pcc#---c# | |
| #---#----# | |
| #---#c---# | |
| #---#----# | |
| #---#-c--# | |
| #--------# | |
| #--------# | |
| #-c------# | |
| ########## | |
| ############## | |
| #-----#------# | |
| #-----#------# | |
| #---c-#-c--c-# | |
| #-c-----p----# | |
| #---c-#-c----# | |
| #-----#------# | |
| #######------# | |
| #------------# | |
| #-c----------# | |
| #-------c----# | |
| #--c---------# | |
| #-----c---c--# | |
| #------------# | |
| ############## | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
161401132