Created
November 25, 2024 06:54
-
-
Save lee2sman/e0beecad0e66074a237512eb306528e5 to your computer and use it in GitHub Desktop.
Beats of Babylon (PuzzleScript Script)
This file contains 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 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 Beats of Babylon | |
author Not a pipe | |
homepage https://notapipe.itch.io | |
======== | |
OBJECTS | |
======== | |
Background . | |
Purple Yellow Blue | |
02000 | |
00001 | |
00000 | |
00200 | |
00000 | |
Button1 1 | |
lightgreen lightgray | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttona a | |
green black | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button2 2 | |
lightblue lightgray | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttonb b | |
blue black | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button3 3 | |
lightbrown lightgray | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttonc c | |
orange black | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button4 4 | |
#f9f6b6 lightgray | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttond d | |
yellow lightgreen | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button5 5 | |
lightgray lightblue | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttone e | |
black #ed25e6 | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button6 6 | |
lightblue lightgray | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttonf f | |
blue red | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button7 7 | |
lightgreen darkbrown | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttong g | |
green black | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Button8 8 | |
red darkblue | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Buttonh h | |
lightred black | |
.111. | |
10001 | |
10001 | |
10001 | |
.111. | |
Player p | |
yellow red | |
..0.. | |
.101. | |
00000 | |
.101. | |
..0.. | |
======= | |
LEGEND | |
======= | |
@ = player and button1 | |
========= | |
SOUNDS | |
========= | |
sfx0 27337102 | |
sfx1 95172302 | |
sfx2 10056102 | |
sfx3 49364902 | |
sfx4 25549900 | |
sfx5 36730104 | |
sfx6 15637902 | |
sfx7 697902 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Button1, Button2, Button3, Button4, Button5, Button6, button7, button8, buttona, Buttonb, Buttonc, Buttond, Buttone, Buttonf, Buttong, Buttonh | |
Player | |
====== | |
RULES | |
====== | |
late [ Player Button1 ] -> [ Player Buttona ] sfx0 | |
late [ Buttona No Player ] -> [ Button1 ] | |
late [ Player Button2 ] -> [ Player Buttonb ] sfx1 | |
late [ Buttonb No Player ] -> [ Button2 ] | |
late [ Player Button3 ] -> [ Player Buttonc ] sfx2 | |
late [ Buttonc No Player ] -> [ Button3 ] | |
late [ Player Button4 ] -> [ Player Buttond ] sfx3 | |
late [ Buttond No Player ] -> [ Button4 ] | |
late [ Player Button5 ] -> [ Player Buttone ] sfx4 | |
late [ Buttone No Player ] -> [ Button5 ] | |
late [ Player Button6 ] -> [ Player Buttonf ] sfx5 | |
late [ Buttonf No Player ] -> [ Button6 ] | |
late [ Player Button7 ] -> [ Player Buttong ] sfx6 | |
late [ Buttong No Player ] -> [ Button7 ] | |
late [ Player Button8 ] -> [ Player Buttonh ] sfx7 | |
late [ Buttonh No Player ] -> [ Button8 ] | |
random [ Player | ] -> [ | Player ] again | |
[ action player no button1| ] -> [ | Player ] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
message Welcome. There is no ending. | |
message Press X on the next screen to start. | |
1234567 | |
8578413 | |
6421387 | |
8563216 | |
234@835 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment