Skip to content

Instantly share code, notes, and snippets.

@kerkkoh
Created September 19, 2018 09:04
Show Gist options
  • Save kerkkoh/5d7164e05a7a1c5cc25c7141d897928d to your computer and use it in GitHub Desktop.
Save kerkkoh/5d7164e05a7a1c5cc25c7141d897928d to your computer and use it in GitHub Desktop.
Simple Block Pushing Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Simple Block Pushing Game
author Stephen Lavelle
homepage www.puzzlescript.net
========
OBJECTS
========
Background
white
Target
blue
Wall
black
Player
red
=======
LEGEND
=======
. = Background
# = Wall
P = Player
O = Target
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Wall
======
RULES
======
==============
WINCONDITIONS
==============
All Player on Target
=======
LEVELS
=======
####..
#.O#..
#.p###
#....#
#....#
#..###
####..
O#.....#...#.#...#...#.#...#.#.P
.#.#####.#.###.###.#.###.###.#.#
.#...#...#...#.....#...........#
.#.#.#.#####.#.###.###########.#
.#.#.#...#.#...###...........#.#
.#.#.###.#.#########...#######.#
...#...#...........#.#...#...#.#
######.#.#########.#.###.###.#.#
.#.....#...#.......#.........#..
.#.#######.#########.###########
.#.....#...#.#...#.....#...#...#
.###.###.#...#.#.###.#.#.#.#.#.#
.###.....#.#...#....##.#.#.#.#.P
##########.########..#.#.#.#.###
.###.....#...........#...#......
.###.#####...........#########.#
####.###.#.#####.......#.#####.#
...#.....#.....#.......#.#.....#
.#.#.#.#######.#.###...#.#.#####
.#...#.#.....#...#.#.#.#.#...#..
######.#.###.#.###.#.#.#.#####.#
...#...#.#...#...#.#.#...#...#..
##.#.###.#.###.#.#.#.#####.#.###
.#.#...#O#...#.#.#.#.#...#.#....
.#.###.###.###.#.#.#.#.#.#.#####
...#.#.........#.#...#.#...#...#
####.#.#####.###.#####.###.#.#.#
.#.....#.#...#.....#.#P#.....#..
.#######.###########.#.#.#######
.#...#...............#.#.....#..
##.#.#.#####.#########.#####.###
...#...#.....#.......#.....#....
##.#.#########.#####.##.########
...#.#...#.....#...#.......#...#
####.#.#.#######.#.#######.#.#.#
.......#...#.....#.....#...#.#.#
.#########.#.#####.###.###.#.#.#
...#...#.............#.....#.#.#
##.#.#.#.#...........#######.#.#
.#.#.#.#.#...........#...#...#..
.#.#.###.#...........#.#.#.#####
.#.#.....#...........#.#.#.....P
##########...........#.#.###.#.#
...#...#.............#.#.....#..
##.#.#.#.#...........#.#########
...#.#.#.#...........#.#.....#..
####.#.#.#...........#.#####.#.#
.....#.#.#.................#.#.#
.#####.#.###.....#########.#.#.#
.....#.#.#.....#.......#.....#.#
##.###.#.#.#...#######.#.#####.#
.#...#.#...#.....#...#.#.#...#..
.###.#######...#.#.###.#.#.#.###
...#.#...#.#...#.#...#...#.#...#
##.#.#.#.#.#..##.#.#.#####.###.#
.#...#.#...#...#.#.#.....#.#.#..
.#####.#######.#.#.#####.#.#.###
O......#.....#.#.#.#...#...#.#..
##.#####.###.#.###.#.#.#####.#.#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment