Skip to content

Instantly share code, notes, and snippets.

@lee2sman
Created December 1, 2021 00:36
Show Gist options
  • Save lee2sman/a2d7712cfe494429165c39b6766082f3 to your computer and use it in GitHub Desktop.
Save lee2sman/a2d7712cfe494429165c39b6766082f3 to your computer and use it in GitHub Desktop.
dumdum dungeon (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
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