Created
December 1, 2021 00:36
-
-
Save lee2sman/a2d7712cfe494429165c39b6766082f3 to your computer and use it in GitHub Desktop.
dumdum dungeon (PuzzleScript Script)
This file contains hidden or 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 pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or 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 dumdum dungeon | |
author not a pipe | |
homepage notapipe.itch.io | |
youtube HyDVnztdaYc | |
======== | |
OBJECTS | |
======== | |
Background (special, automatically placed in its own layer) | |
Yellow lightblue | |
11111 | |
01111 | |
11101 | |
11111 | |
10111 | |
Target | |
DarkBlue | |
Wall | |
BROWN blue | |
00000 | |
01000 | |
00000 | |
00000 | |
00001 | |
Player | |
Blue | |
Enemy | |
Pink | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
E = Enemy | |
O = Target | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, Wall, Enemy | |
====== | |
RULES | |
====== | |
[ Enemy | ... | Player ] -> [ > Enemy | ... | Player ] | |
============== | |
WINCONDITIONS | |
============== | |
All Player on Target | |
======= | |
LEVELS | |
======= | |
MESSAGE Oy, get outta 'ere | |
##################### | |
#E....P...O........E# | |
##################### | |
MESSAGE Ey oy gon' get | |
##################### | |
#..E..P...O....E....# | |
##################### | |
MESSAGE Iz easy izzit? | |
##################### | |
#..E..P........E....# | |
##########.########## | |
##########.########## | |
##########.########## | |
##########.########## | |
##########.########## | |
##########.########## | |
##########O########## | |
##################### | |
MESSAGE Ey done did it but 'e ain't gon' don' did it no mo' | |
##################### | |
#..E..P........E....# | |
#......E.....E......# | |
#.........E.........# | |
#..E...E.....E......# | |
#E........O....E....# | |
##################### | |
MESSAGE Oy eh okee eh yeh yah | |
##################### | |
#..E..P..E.....E....# | |
#..E...E.....E......# | |
#...E.....E......E..# | |
#..E...E.E.E.E...O..# | |
#E..E.E...E....E....# | |
##################### | |
MESSAGE Doo wah diddy diddy dum diddee doo | |
##################### | |
#..E..P..E..E..E....# | |
#..E...E.....E......# | |
#E..E.E...E.E..E.E..# | |
#..E...E.E.E.E...O..# | |
#E..E.E...E....E..E.# | |
##################### | |
MESSAGE OY, END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment