Skip to content

Instantly share code, notes, and snippets.

@kiwec
Created February 1, 2019 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiwec/3acd869323f9b014ddb4ce4eaa18aaaf to your computer and use it in GitHub Desktop.
Save kiwec/3acd869323f9b014ddb4ce4eaa18aaaf to your computer and use it in GitHub Desktop.
kiwec's superiorer stolen game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title kiwec's superiorer stolen game
author ~~neps~~ kiwec
homepage www.puzzlescript.net
========
OBJECTS
========
Background
#AAAAAA
Target
DarkBlue
Wall
BLACK
Stagewall
#444444
Player
BLACK WHITE #777777
00000
01110
02120
01110
00000
WhiteCrate
BLACK WHITE
00000
01110
01110
01110
00000
PurpleCrate
BLACK PURPLE
00000
01110
01110
01110
00000
=======
LEGEND
=======
. = Background
# = Wall
$ = StageWall
P = Player
* = WhiteCrate
@ = WhiteCrate
% = PurpleCrate
O = Target
=======
SOUNDS
=======
startgame 14836106
WhiteCrate MOVE 67023507
PurpleCrate Create 727705
Player MOVE 30432307
endgame 27839509
================
COLLISIONLAYERS
================
Background
Target
Player, Stagewall, Wall, WhiteCrate, PurpleCrate
======
RULES
======
[ > Player | WhiteCrate ] -> [ > Player | > WhiteCrate ]
[ > Player | PurpleCrate | No Wall No WhiteCrate No Stagewall No PurpleCrate ] -> [ > Player | | > PurpleCrate ]
[ > Player | PurpleCrate | No Wall | No Wall No WhiteCrate No PurpleCrate ] -> [ | Player | | PurpleCrate ]
==============
WINCONDITIONS
==============
All PurpleCrate on Target
=======
LEVELS
=======
########
#O$....#
#$$$$..#
#..%$.##
#p$...##
########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment