Last active
April 27, 2024 01:13
-
-
Save GSharp-PYTHON/107075b73277c49d00bba28049c0ade8 to your computer and use it in GitHub Desktop.
My Game (PuzzleScript Script)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by going to http://puzzlescript.net/play.html?p=107075b73277c49d00bba28049c0ade8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title My Blockpusher - World 1 | |
author Scoopala7 - check gist for world 2 | |
homepage scoopala7.neocities.org/puzzles | |
======== | |
OBJECTS | |
======== | |
Background | |
green | |
Target | |
darkblue | |
Wall | |
brown | |
Player | |
blue | |
Crate | |
orange | |
PlayerGoal | |
purple | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
* = Crate | |
@ = Crate and Target | |
O = Target | |
A = PlayerGoal | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target, PlayerGoal | |
Player, Wall, Crate | |
====== | |
RULES | |
====== | |
[ > Player | Crate ] -> [ > Player | > Crate ] | |
============== | |
WINCONDITIONS | |
============== | |
all Target on Crate | |
all Player on PlayerGoal | |
======= | |
LEVELS | |
======= | |
######### | |
#.A.....# | |
#.....@.# | |
#.P.*.O.# | |
#.......# | |
#.......# | |
######### | |
######### | |
#.a.*..o# | |
#.......# | |
#.p.*.o.# | |
#.......# | |
#.*.o*.o# | |
######### | |
######### | |
#@p....a# | |
#.......# | |
#@p....a# | |
#.......# | |
#@p....a# | |
######### | |
######### | |
#p.....o# | |
###...### | |
###.*.### | |
###...### | |
###....a# | |
######### | |
######### | |
#p...*ao# | |
######### | |
#p...*ao# | |
######### | |
#p...*ao# | |
######### | |
######### | |
#pp...aa# | |
#p*...ao# | |
#p*...ao# | |
#p*...ao# | |
#pp...aa# | |
######### | |
######### | |
#oa*p#### | |
#oa*p#### | |
#oa*pa..p | |
#oa*p#### | |
#oa*p#### | |
######### |
V1.1.1 Patch Notes:
- Added 1 level
V1.1.2 Patch Notes:
- Fixed level 6.
V1.1.3 Patch Notes:
- Added 1 level
- This is the end of World 1! World 2 will be at a different URL. See you there!
World 2:Click me
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
V1.1 Patch Notes: