Skip to content

Instantly share code, notes, and snippets.

@masalt0
Created September 21, 2020 23:44
Show Gist options
  • Save masalt0/f7be4a4475f430a1074efb8c4bc52712 to your computer and use it in GitHub Desktop.
Save masalt0/f7be4a4475f430a1074efb8c4bc52712 to your computer and use it in GitHub Desktop.
Hello, World (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Hello, World
author Magi
homepage www.puzzlescript.net
========
OBJECTS
========
Background
black
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 ]
==============
WINCONDITIONS
==============
All Target on Crate
=======
LEVELS
=======
#########
#.......#
#.....@.#
#.P.*.O.#
#.......#
#.......#
#########
##########
#........#
#P...*...#
#...O#...#
#....#O..#
#....*..P#
#........#
##########
########
#......#
#P*OO*P#
#......#
########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment