Skip to content

Instantly share code, notes, and snippets.

@lyaann
Created May 10, 2021 20:32
Show Gist options
  • Save lyaann/d0b03e89086093270fc0c27c0fd997e7 to your computer and use it in GitHub Desktop.
Save lyaann/d0b03e89086093270fc0c27c0fd997e7 to your computer and use it in GitHub Desktop.
My Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title My Game
author My Name Here
homepage www.puzzlescript.net
========
OBJECTS
========
Background
red pink darkred
00220
20222
22200
02200
02002
Target
DarkBlue blue lightblue white grey darkgrey
45455
51552
02401
54524
45445
Wall
black darkblue darkgreen darkgrey
00112
21003
31200
11033
33100
Player
orange blue darkblue brown black
33333
04040
10001
11111
22.22
Crate
blue lightblue brown orange
10012
...21
..3.0
.2..0
3...1
=======
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.#
#.......#
#.......#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment