Skip to content

Instantly share code, notes, and snippets.

Created March 8, 2014 02:13
Show Gist options
  • Save anonymous/9424275 to your computer and use it in GitHub Desktop.
Save anonymous/9424275 to your computer and use it in GitHub Desktop.
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
Title Shoop
Author Loneship Games
homepage http://connorses.deviantart.com
background_color blue
========
OBJECTS
========
background
darkblue
player
white
0...0
.....
.....
.....
0...0
o
orange
.000.
00000
00000
00000
.000.
g
green
.000.
00000
00000
00000
.000.
b
blue
.000.
00000
00000
00000
.000.
p
pink
.000.
00000
00000
00000
.000.
br
grey
..0..
.000.
..0..
..0..
..0..
in
darkgrey
=======
LEGEND
=======
. = background
i = in
! = br
color = o or g or b or p
color2 = o or g or b or p
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
background
in
player
color
br
======
RULES
======
[in no player] -> [in player]
[in player no color] [player color] -> [in] [player color]
[in player no color] -> [in player random color]
[up player color] -> [down player down color]
[> player stationary color] -> [> player > color]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
..ii..
......
......
......
......
......
......
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment