Skip to content

Instantly share code, notes, and snippets.

@Delverino
Created April 17, 2021 16:51
Show Gist options
  • Save Delverino/b94a6eea6799ddf5ec4202443938a7af to your computer and use it in GitHub Desktop.
Save Delverino/b94a6eea6799ddf5ec4202443938a7af 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
#233142 #455d7a #f95959 #facf5a
11111
11111
11111
11111
11111
Target
#233142 #455d7a #f95959 #facf5a
.....
.333.
.333.
.333.
.....
Wall
#233142 #455d7a #f95959 #facf5a
00000
00000
00000
00000
00000
Player
#233142 #455d7a #f95959 #facf5a
.333.
33333
.222.
.000.
.0.0.
Crate
#233142 #455d7a #f95959 #facf5a
22222
2...2
2...2
2...2
22222
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
=======
SOUNDS
=======
Crate move 30583707
Player move 55177107
sfx0 84364902 (forcefield)
restart 96892103
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
[ > Crate | ... | Crate ] -> [ > Crate | ... | > Crate ] sfx0
==============
WINCONDITIONS
==============
All Target on Crate
=======
LEVELS
=======
message hello
#######
#.....#
#p.*.o#
#.....#
#######
message it takes 2
########
#......#
#..*.O.#
#......#
#.P.*O.#
#......#
########
message not your average sokoban
#########
#.......#
#.**.oo.#
#.......#
#p......#
#########
message tricky forcefield
###########
#.........#
#.........#
#p.*.o*o..#
#.........#
#.........#
###########
message testing you
###########
#....#....#
#....#.*o.#
#p.*o#....#
#....#....#
###########
message how well did you get it
########
#......#
#......#
#.p....#
#...####
#...#*.#
#.*.#..#
#..o#.o#
########
message big boi
..########
..#....#o#
..#......#
###.....##
#.......#.
#.......#.
#..*######
#..*...#o#
#....#...#
#p...##..#
##########
message tricksy hobitses
#######
#.o#..#
#.*#*o#
#p.#..#
#######
message smaller big boi
.....###
...###o#
####...#
#.....##
#.....#.
#.*#####
#.*..#o#
#p.#...#
#..##..#
########
message threes company
......###..
...####.##.
...#p.*o.##
######....#
#.....###.#
#.........#
#...#o*..##
#...##...#.
#...###.##.
#...##.o.#.
#......*.#.
#........#.
##########.
message three in a row
########
#p..#..#
#.*.#..#
#.o....#
#.o.#..#
#.*.#..#
#.o.#..#
#...#..#
#####..#
#......#
#.*....#
#......#
########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment