Skip to content

Instantly share code, notes, and snippets.

@Johnicholas
Created April 27, 2021 00:16
Show Gist options
  • Save Johnicholas/21ba073974a2d50b99cc047553d0fe8d to your computer and use it in GitHub Desktop.
Save Johnicholas/21ba073974a2d50b99cc047553d0fe8d to your computer and use it in GitHub Desktop.
Deeper & Deeper (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Deeper & Deeper
author Johnicholas
homepage www.johnicholas.com
zoomscreen 8x5
========
OBJECTS
========
Background
darkbrown
Target
darkblue
Wall
brown
Player
black
00.00
0...0
.....
0...0
00.00
Leaper
lightgreen
Sheeper
white
Boulder
grey
=======
LEGEND
=======
. = Background
# = Wall
1 = Player and Leaper
2 = Sheeper
O = Target
* = Boulder
Body = Leaper or Sheeper
Thing = Body or Wall or Boulder
=======
SOUNDS
=======
Sfx0 57944303
Sfx1 89879505
Sfx2 92840907
Sfx3 86908104
Cancel 54039707
================
COLLISIONLAYERS
================
Background
Target
Leaper, Sheeper, Wall, Boulder
Player
======
RULES
======
[ > Player | Boulder ] -> [ Player | > Boulder ] Sfx2
[ > Player Leaper | | No Thing ] -> [ | | Player Leaper ] Sfx1
[ > Player Sheeper ] -> [ > Player > Sheeper ] Sfx3
late [ Player No Body ] -> cancel
[ action Player Leaper ] [ Sheeper ] -> [ Leaper ] [ Player Sheeper ] Sfx0
[ action Player Sheeper ] [ Leaper ] -> [ Sheeper ] [ Player Leaper ] Sfx0
==============
WINCONDITIONS
==============
All Target on Body
=======
LEVELS
=======
message leaper and sheeper have fallen into a cave!
#..######
#.1.....#
#.....2.#
######OO#
message leaper and sheeper proceeded deeper,
#..#####
#2.1...#
#......#
#....*.#
#......#
#####OO#
message and deeper,
#..####
#1.2..#
#.....#
#.....#
#..***#
#..*..#
#..*..#
####OO#
message until eventually they found their way out!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment