Skip to content

Instantly share code, notes, and snippets.

@GSharp-PYTHON
Last active April 27, 2024 01:13
Show Gist options
  • Save GSharp-PYTHON/107075b73277c49d00bba28049c0ade8 to your computer and use it in GitHub Desktop.
Save GSharp-PYTHON/107075b73277c49d00bba28049c0ade8 to your computer and use it in GitHub Desktop.
My Game (PuzzleScript Script)
Play this game by going to http://puzzlescript.net/play.html?p=107075b73277c49d00bba28049c0ade8
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####
#########
@GSharp-PYTHON
Copy link
Author

V1.1 Patch Notes:

  • Added 2 new levels

@GSharp-PYTHON
Copy link
Author

V1.1.1 Patch Notes:

  • Added 1 level

@GSharp-PYTHON
Copy link
Author

V1.1.2 Patch Notes:

  • Fixed level 6.

@GSharp-PYTHON
Copy link
Author

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!

@GSharp-PYTHON
Copy link
Author

World 2:Click me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment