Skip to content

Instantly share code, notes, and snippets.

@Delverino
Created April 17, 2021 04:32
Show Gist options
  • Save Delverino/30f7ed33909cf7acafd0708ca28726cf to your computer and use it in GitHub Desktop.
Save Delverino/30f7ed33909cf7acafd0708ca28726cf to your computer and use it in GitHub Desktop.
Forcefield (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Forcefield
author Ezra Szanton
homepage ezras.work
========
OBJECTS
========
Background
GREEN
Target
DarkBlue
Wall
BROWN
Player
Blue
Crate
Orange
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
[ > Crate | ... | Crate ] -> [ > Crate | ... | > Crate ]
==============
WINCONDITIONS
==============
All Target on Crate
=======
LEVELS
=======
#######
#.....#
#p.*.o#
#.....#
#######
########
#......#
#..*.O.#
#......#
#.P.*O.#
#......#
########
#########
#.......#
#.**.oo.#
#.......#
#.......#
#p......#
#########
############
#..........#
#..........#
#p.*.o.*o..#
#..........#
#..........#
############
###########
#....#....#
#....#.*o.#
#p.*o#....#
#....#....#
###########
########
#......#
#......#
#.p....#
#...####
#...#*.#
#.*.#..#
#..o#.o#
########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment