Created
November 5, 2024 15:52
-
-
Save quantumpotato/126b12666a1cc725449b9486786c6aea to your computer and use it in GitHub Desktop.
Glacier Cracking (Puzzlescript Plus 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 https://auroriax.github.io/PuzzleScript/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 Glacier Cracking | |
author quantumpotato | |
homepage auroriax.github.io/PuzzleScript | |
tween_length 0.03 | |
smoothscreen 25x25 | |
level_select | |
runtime_metadata_twiddling | |
text_controls smash all glaciers | |
======== | |
OBJECTS | |
======== | |
Background | |
WHITE LIGHTBLUE | |
00100 | |
01010 | |
10101 | |
01010 | |
00100 | |
Wall copy:Background | |
DARKGRAY BLACK | |
Goal | |
Orange transparent grey | |
10101 | |
00000 | |
02220 | |
02220 | |
02220 | |
Player | |
Grey transparent | |
11011 | |
00000 | |
10001 | |
10001 | |
10101 | |
Ice | |
Lightblue Blue | |
10000 | |
01010 | |
10101 | |
01010 | |
00001 | |
Water | |
Blue | |
Flood | |
Darkblue | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
@ = Player | |
G = Goal | |
I = Ice | |
W = Water | |
F = Flood | |
obstacle=ice or wall | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Ice | |
Goal | |
Water, Flood | |
Player, Wall | |
====== | |
RULES | |
====== | |
( | |
[ > Player | Water ] -> [ Player | Water ] | |
[ > Player | Ice ] -> [ Player Flood | Flood] | |
[ no obstacle | Player | no Water Flood ] -> [Player Flood | Flood | Flood] | |
[ no obstacle | Player Water | Flood] -> [Player | Flood | Flood] | |
[no obstacle | Player Flood | Flood] -> [ | Player | Flood] | |
[Flood] -> [Water] | |
[Goal Water] -> [Water] ) | |
[ > player | water ] -> [ player | water ] | |
[ > Player | Ice ] -> [ Player Flood| Flood] | |
[ no obstacle | Player | no water Flood ] -> [Player Flood |Flood | Flood] | |
[ no obstacle | Player water | Flood ] -> [Player | Flood | Flood] | |
[no obstacle | Player Flood|Flood] -> [|Player|Flood] | |
[Flood] -> [Water] | |
[Goal Water] -> [Water] | |
( | |
[ > Player | Goal ] -> [ | Player Goal] | |
[ > Player | Water ] -> [ Player | Water ] | |
[ > Player | Ice ] -> [ Player < Flood | Water ] | |
[ > Flood Player | Water | no Water no Wall no Ice] -> [ Water | Water | Player] | |
+[ > Flood Player | no Water no Wall no Ice] -> [ Water | > Flood Player] | |
+[ > Flood Player | Water | Water | no Water no Wall no Ice ] -> [ Water | Water | Water | Player ] | |
+[ > Flood Player | Water | Water ] -> [ Water | Water | > Flood Player] | |
+ [> Flood Player | Water | Ice ] -> [ Water | Water Player | Ice ] | |
+ [> Flood Player | Water | Wall ] -> [ Water | Water Player | Wall ]) | |
[ > Flood | Wall ] -> [ Water | Wall ] | |
[ > Flood | Ice ] -> [ Flood | Ice ] | |
[ > Flood | no Water no Ice ] -> [ Water | > Flood] | |
[ Water Goal ] -> [ Water ] | |
[ Flood ] -> [ Water ] | |
[action Player] -> background_color #222222 | |
============== | |
WINCONDITIONS | |
============== | |
all Player on Goal | |
no Ice | |
======= | |
LEVELS | |
======= | |
section crossing | |
####### | |
#.....# | |
#...G.# | |
#.....# | |
WWWWWWW | |
#.....# | |
#@....# | |
#.....# | |
#II...# | |
####### | |
section puddle | |
######## | |
#......# | |
#.G...I# | |
#......# | |
WWWWWWWW | |
#......# | |
#.@....# | |
#......# | |
#.I....# | |
#......# | |
######## | |
section swept away | |
######## | |
###I...# | |
#WG.@..# | |
#W.....# | |
#.....I# | |
#.....I# | |
#W.....# | |
#W.....# | |
#WWW...# | |
######## | |
section bridge | |
############# | |
#W....I..I### | |
#WWWWW.....I# | |
#W..GW..@...# | |
#W...W.....I# | |
#W...W......# | |
############# | |
section stony lagoon | |
######### | |
#....G#.# | |
#I......# | |
#[email protected]# | |
#.......# | |
#.......# | |
#.......# | |
#.......# | |
#.......# | |
#I......# | |
#W####I.# | |
#.....W.# | |
#...I..I# | |
######### | |
section crossings | |
######## | |
#I#G.W.# | |
#....W.# | |
#.#....I | |
#.I....# | |
#I.....# | |
#......# | |
#.W@...# | |
#.W.I..# | |
#.W#..I# | |
######## | |
section mountain springs | |
....W...... | |
....I.G.... | |
........... | |
WI......... | |
WI......... | |
WI......... | |
...@....... | |
......III.. | |
......WWW.. | |
WWWWWWWWWWW | |
........... | |
........... | |
section bowl | |
########### | |
#.WWWW.WWW# | |
#.WG..I...# | |
#[email protected].# | |
#.W.I...I.# | |
#.W#..I...# | |
W.WWWWWWWWW | |
########### | |
section dv | |
################### | |
#.....I..I.II.....# | |
#.................# | |
#[email protected].# | |
#.................# | |
#......II....II...# | |
################### | |
section lake | |
############# | |
#....WWWWWWW# | |
#..I...I....# | |
#...........# | |
#...I.......# | |
#...I.G.....# | |
#...I.......# | |
#...@.......# | |
#.........WW# | |
#W....III...# | |
#I.........I# | |
#...........# | |
#..I........# | |
############# | |
section wading | |
################ | |
#..I..I.II.....# | |
#..............# | |
#[email protected].# | |
#..............# | |
#...II....II...# | |
################ | |
section funnel | |
######################## | |
#..####G########.......# | |
#..####W########.......# | |
#..I.......I####.......# | |
#..I.......I####.......# | |
#.............###......# | |
#.....#......I@#.......# | |
#I.....I.......#.......# | |
######################## | |
section skating | |
################# | |
#WWWWWWWWW......# | |
#..I.....W......# | |
#........I.###### | |
#[email protected].....# | |
#I...I....I.....# | |
#........#..G...# | |
#..I...I.#......# | |
################# | |
section ref2 | |
######################## | |
#......................# | |
#......................# | |
#......................# | |
#...........@..........# | |
#......................# | |
#......................# | |
#......................# | |
######################## | |
section laked | |
######################## | |
#......................# | |
#......................# | |
#.....I.I..............# | |
#...I..G....@..........# | |
#...I.I.I..............# | |
#...I..................# | |
#......................# | |
######################## | |
section lake | |
############# | |
#....WWWWWWW# | |
#..I...I....# | |
#...........# | |
#...I.......# | |
#...I.G.....# | |
#...I.......# | |
#...@.......# | |
#.........WW# | |
#W....III...# | |
#I.........I# | |
#...........# | |
#..I........# | |
############# | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment