Last active
November 22, 2023 13:37
-
-
Save jjmajava/fab4a198cea2dca7d1a496aa54f9a800 to your computer and use it in GitHub Desktop.
Untitled 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
Platformer boardgame level design tool |
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
flickscreen 28x14 | |
run_rules_on_level_start | |
======== | |
OBJECTS | |
======== | |
Background bg . | |
#6eb8a8 | |
Grid gd | |
#2a584f | |
..... | |
..... | |
..... | |
..... | |
....0 | |
( | |
y | |
#2a584f | |
0.... | |
..... | |
..... | |
..... | |
..... | |
x | |
#2a584f | |
0.... | |
..... | |
..... | |
..... | |
..... | |
) | |
PlayerRight p pr | |
#c6505a #2a584f #fcffc0 #2f142f | |
..00. | |
.0000 | |
.332. | |
.200. | |
.0.0. | |
PlayerLeft pl | |
#c6505a #2a584f #fcffc0 #2f142f | |
.00.. | |
0000. | |
.233. | |
.002. | |
.0.0. | |
wall # | |
#774448 | |
platform " | |
#ee9c5d #774448 #2f142f | |
00000 | |
11111 | |
..... | |
..... | |
..... | |
lava ä | |
#c6505a #ee9c5d #2a584f | |
..... | |
22222 | |
10000 | |
00010 | |
01000 | |
Grass | |
#74a33f #2a584f #2f142f | |
00101 | |
21212 | |
.2.2. | |
..... | |
..... | |
Spikes w | |
#fcffc0 #2f142f #2a584f | |
..... | |
..... | |
...1. | |
.1101 | |
10101 | |
booster * | |
#c6505a #fcffc0 #ee9c5d | |
..... | |
..0.. | |
.010. | |
..0.. | |
..... | |
ladder - | |
#2f142f | |
.0.0. | |
.000. | |
.0.0. | |
.000. | |
.0.0. | |
ladder2 H | |
#2f142f | |
.000. | |
.0.0. | |
.000. | |
.0.0. | |
.000. | |
======= | |
LEGEND | |
======= | |
Player = PlayerLeft or PLayerRight | |
======= | |
SOUNDS | |
======= | |
player move 29502706 | |
booster destroy 62343903 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Grid | |
Lava Wall Platform Spikes ladder ladder2 | |
booster | |
Grass | |
Player | |
====== | |
RULES | |
====== | |
late right [ no gd | no gd | no gd | no gd | no gd | no gd | no gd ] ->[ | | | | | | gd ] | |
late down [ no gd | no gd | no gd | no gd | no gd | no gd | no gd ] ->[ | | | | | | gd ] | |
late up [ wall | no wall ] -> [ wall grass | ] | |
( late up [ platform | no platform no wall ] -> [ platform grass | ]) | |
[ left pr ] -> [ pl ] | |
[ right pl ] -> [ pr ] | |
[ > player | wall ] -> [ player | wall ] | |
down [ > player no platform | platform ] -> [ player | platform ] | |
late [ player booster ] -> [ player ] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
...*##..#####...........*...............................# | |
..."##"...*......#......................................# | |
.##......###...###."......""............................# | |
"##".....###.#...*..."".................................# | |
....##.#..#..#...###....."""............................# | |
.*."##"#.......".#......................................# | |
.......##.............""................................# | |
......"#####.#......"#.#...#............................# | |
-p.....#.*#...."""...#...."#............................# | |
H#""....."#.##.....""...w...............................# | |
-#.*......#..#........w.#.w.............................# | |
H.....###.##.##"".....#.#.#.............................# | |
-#"....#.....##*.ww##.#*#w#.............................# | |
##äääää################################################## | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment