Skip to content

Instantly share code, notes, and snippets.

@quantumpotato
Created November 6, 2024 14:48
Show Gist options
  • Save quantumpotato/8762f5b32912f63fcf3941c5c2342ffa to your computer and use it in GitHub Desktop.
Save quantumpotato/8762f5b32912f63fcf3941c5c2342ffa to your computer and use it in GitHub Desktop.
Untitled Puzzlescript Plus Script
Play this game by pasting the script in https://auroriax.github.io/PuzzleScript/editor.html
title Glacier Cracking
author quantumpotato
homepage auroriax.github.io/PuzzleScript
tween_length 0.03
smoothscreen 15x15
again_interval 0.1
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 | Water ]
[ > Flood Player | Water | no Water no Wall no Ice] -> [ Water | Water | Player no Goal]
+[ > Flood Player | no Water no Wall no Ice] -> [ Water | > Flood Player no Goal]
+[ > Flood Player | Water | Water | no Water no Wall no Ice ] -> [ Water | Water | Water | Player no Goal ]
+[ > Flood Player | Water | Water ] -> [ Water | Water | > Flood Player no Goal]
+ [> 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 cavern
############
#.I..I.II..#
#......##..#
#....#I#@.G#
##...#W#...#
#.WII....II#
############
section mountain springs1
#############
#..WWWWWWWWW#
#....I.G....#
#.......W...#
#WI.....W...#
#WI.........#
#WI.........#
#W..@.......#
#......III.W#
#......WWW.W#
#WWWWWWWWWWW#
#...........#
#...........#
#############
section mountain springs2
#############
#I.W.WWWWWWW#
#....I.G....#
#.......W...#
#WI.....W...#
#WI........W#
#WI........W#
#W..@.......#
#......III.W#
#......WWW.W#
#WWWWWWWWWWW#
#...........#
#...........#
#############
section bowl
###########
#.WWWW.WWW#
#.WG..I...#
#[email protected].#
#.W.I...I.#
#.W#..I...#
W.WWWWWWWWW
###########
section puddles
########
#......#
#.G...I#
#......#
WWWWWWWW
#...@..#
#.I...I#
#I.I.I.#
#.I...I#
#......#
########
section puddles2
########
#......#
#.G..I.#
#.I....#
WWWWWWWW
#...@..#
#.I...I#
#I.I.I.#
#.I...I#
#I...I.#
########
section skating
#################
#WWWWWWWWW......#
#..I.....W......#
#........I.######
#[email protected].....#
#I...I....I.....#
#........#..G...#
#..I...I.#......#
#################
section funnel
#################
########G########
#II......########
#...####I########
#...I.......I####
#...I.......I####
#......I.......##
#..#W###[email protected]##
#.I.....I.......#
#.I.....I.......#
#...I...#...WW..#
#################
message in development after this
section puddles3
########
#......#
#.I...I#
#......#
WWWWWWWW
#...@..#
#.I...I#
#I.IGI.#
#.I...I#
#......#
########
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 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