Skip to content

Instantly share code, notes, and snippets.

@masalt0
Created August 26, 2021 00:21
Show Gist options
  • Save masalt0/7952be19f0c75daca536e1da24a1c523 to your computer and use it in GitHub Desktop.
Save masalt0/7952be19f0c75daca536e1da24a1c523 to your computer and use it in GitHub Desktop.
But You're Walking on the Walls (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title But You're Walking on the Walls
========
OBJECTS
========
background .
gray darkgray
00000
01110
01110
01110
00000
player p
black darkgreen
00000
01110
01110
01110
00000
wall #
white lightgray
00000
01110
01110
01110
00000
crate O
darkbrown darkgray
00000
01110
01110
01110
00000
target @
darkgreen darkblue
00000
01110
01110
01110
00000
plant1 a
darkred green yellow
..2..
.22..
...1.
.010.
.000.
plant2 b
darkred green blue
.2...
222..
.1...
.010.
.000.
plant3 c
darkred green red
..22.
.2.1.
.11..
.010.
.000.
=======
LEGEND
=======
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
background
target
player wall crate
plant1 plant2 plant3
======
RULES
======
[ > player | crate ] -> [ > player | > crate ]
==============
WINCONDITIONS
==============
all crate on target
=======
LEVELS
=======
message bro what's gravity
#######
#c...@#
##..###
#....##
#.#.O.#
#p#..a#
#######
message idk man seems pretty fake tbh
########
#......#
#.p..@.#
#.a....#
####...#
#.O....#
#.b..c.#
########
message i would admit gravity's real,
#####
#...#
#.OP#
#..@#
#####
######
#P.###
#...@#
###.O#
###..#
######
message but i'm walking on the walls
######
#P.@.#
#O...#
#....#
#....#
#.O..#
#@...#
######
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment