Skip to content

Instantly share code, notes, and snippets.

@Delverino
Created April 17, 2021 18:47
Show Gist options
  • Save Delverino/225870bf19475b384611e9103f202987 to your computer and use it in GitHub Desktop.
Save Delverino/225870bf19475b384611e9103f202987 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 1/10: hello
#######
#.....#
#p.*.o#
#.....#
#######
message 2/10: it takes 2
########
#......#
#..*.O.#
#......#
#.P.*O.#
#......#
########
message 3/10: not your average sokoban
#########
#.......#
#.**.oo.#
#.......#
#p......#
#########
message 4/10: tricky forcefield
###########
#.........#
#.........#
#p.*.o*o..#
#.........#
#.........#
###########
message 5/10: testing you
###########
#....#....#
#....#.*o.#
#p.*o#....#
#....#....#
###########
message 6/10: how well did you get it
########
#......#
#......#
#.p....#
#...####
#...#*.#
#.*.#..#
#..o#.o#
########
message 7/10: big boi
..########
..#....#o#
..#......#
###.....##
#.......#.
#.......#.
#..*######
#..*...#o#
#....#...#
#p...##..#
##########
message 8/10: tricksy hobitses
#######
#.o#..#
#.*#*o#
#p.#..#
#######
message 9/10: smaller big boi
.....###
...###o#
####...#
#.....##
#.....#.
#.*#####
#.*..#o#
#p.#...#
#..##..#
########
message 10/10: threes company
########
#####.##
#####@##
#......#
#...@..#
#..#...#
#..##.##
#p.#.o.#
#..#.*.#
#..#...#
########
message 11/10: three in a row (last one I promise)
########
#p..#..#
#.@....#
#.o.#..#
#.@.#..#
#...#..#
#####..#
#.*....#
#......#
########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment