Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2014 14:51
Show Gist options
  • Save anonymous/10989338 to your computer and use it in GitHub Desktop.
Save anonymous/10989338 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 A Good Snowman Is Easy To Demake
author Alan Hazelden & Benjamin Davis
homepage www.puzzlescript.net
========
OBJECTS
========
Background
LIGHTGREEN GREEN
11111
01111
11110
11111
10111
Snow
LIGHTGREY WHITE
11111
01111
11101
11111
10111
Wall
BROWN DARKBROWN
00010
11111
01000
11111
00010
Player
Black Orange GREY Blue
.000.
.111.
22222
.333.
.3.3.
Small
BLACK
.....
.....
..0..
.....
.....
Medium
GREY
.....
.000.
.000.
.000.
.....
Large
WHITE
.000.
00000
00000
00000
.000.
=======
LEGEND
=======
' = Background
. = Snow
# = Wall
P = Player and Snow
Q = Player
1 = Small
2 = Medium
3 = Small and Medium
4 = Large
Ball = Small or Medium or Large
=======
SOUNDS
=======
Player MOVE 36772507
================
COLLISIONLAYERS
================
Background
Snow
Large
Medium
Small
Player, Wall
======
RULES
======
[ > Player | Medium Small | Snow no Small no Wall ] -> [ Player | Medium | Medium ]
[ > Player | Large Small | Snow no Small no Wall ] -> [ Player | Large | Medium ]
[ > Player | Large Medium | Snow no Medium no Small no Wall ] -> [ Player | Large | Large ]
[ > Player | Medium Small | no Small no Wall ] -> [ Player | Medium | Small ]
[ > Player | Large Small | no Small no Wall ] -> [ Player | Large | Small ]
[ > Player | Large Medium | no Medium no Small no Wall ] -> [ Player | Large | Medium ]
[ > Player | Small | Snow no Ball ] -> [ > Player | | Medium ]
[ > Player | Medium | Snow no Ball ] -> [ > Player | | Large ]
[ > Player | Small | no Snow no Ball ] -> [ > Player | | Small ]
[ > Player | Medium | no Snow no Ball ] -> [ > Player | | Medium ]
[ > Player | Large no Medium no Small | no Wall no Ball ] -> [ > Player | | Large no Snow ]
[ > Player | Small | Medium no Small ] -> [ > Player | | Medium Small ]
[ > Player | Small | Large no Small ] -> [ > Player | | Large Small ]
[ > Player | Medium | Large no Small no Medium ] -> [ > Player | | Large Medium ]
(late [ Player Snow ] -> [ Player ])
late [ Player Ball ] -> cancel
late [ Ball Wall ] -> cancel
==============
WINCONDITIONS
==============
All Small on Medium
All Small on Large
All Medium on Small
All Medium on Large
All Large on Small
All Large on Medium
=======
LEVELS
=======
########
#''''''#
#''2'1'#
#'4''''#
#''''..#
#'''.p.#
########
#######
#.....#
#.1.1'#
#..p''#
#.1'''#
#'''..#
#######
#####
#...#
#.1.#
#p1.#
#.1.#
#...#
#####
#########
##..1..##
##.....##
##1...1##
#...p...#
#.......#
#########
#######
#..#..#
#..#..#
#.111.#
#..p..#
#######
#############
#####...#####
#...#.1.#...#
#.1.......1.#
#...#.p.#...#
#####...#####
#############
#######
####..#
#''1..#
#''1.p#
#''1..#
####..#
#######
#########
#..###..#
#..###..#
#..###..#
#.1.1.1.#
##..p..##
#########
#######
#.....#
#.#.#.#
#.111.#
#.#.#.#
#..p..#
#######
#############
###...1...###
#...#...#...#
#..1..p..1..#
#...#...#...#
#############
###########
####...####
#''1...1''#
#''1###1''#
#''1...1''#
#''#.p.#''#
###########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment