Skip to content

Instantly share code, notes, and snippets.

@kerkkoh
Created September 26, 2018 08:12
Show Gist options
  • Save kerkkoh/7f4b51980cdcee7f4e4c17044967942c to your computer and use it in GitHub Desktop.
Save kerkkoh/7f4b51980cdcee7f4e4c17044967942c to your computer and use it in GitHub Desktop.
Super hard labyrinth (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Super hard labyrinth
author Super developers oy
homepage www.puzzlescript.net
========
OBJECTS
========
Background
yellow
Target
White Black
01010
10101
01010
10101
01010
Wall
BROWN DARKBROWN
00010
11111
01000
11111
00010
Player
Black Orange Blue Green
.000.
.111.
22222
.333.
.3.3.
=======
LEGEND
=======
. = Background
# = Wall
P = Player
O = Target
=======
SOUNDS
=======
Player move 32204707
EndLevel 699100
================
COLLISIONLAYERS
================
Background
Target
Player, Wall
======
RULES
======
==============
WINCONDITIONS
==============
All Player on Target
=======
LEVELS
=======
######
#.O###
#.####
#....#
####P#
######
######
O#.....#...#.#...#...#.#...#.#.P
.#.#####.#.###.###.#.###.###.#.#
.#...#...#...#.....#...........#
.#.#.#.#####.#.###.###########.#
.#.#.#...#.#...###...........#.#
.#.#.###.#.#########...#######.#
...#...#...........#.#...#...#.#
######.#.#########.#.###.###.#.#
.#.....#...#.......#.........#..
.#.#######.#####################
.#.....#...#.#...#.....#...#...#
.###.###.#...#.#.###.#.#.#.#.#.#
.###.....#.#...#....##.#.#.#.#.P
##########.########..#.#.#.#.###
.###.....#........#..#...#......
.###.#####........#..#########.#
####.###.#.#####..#....#.#####.#
...#.....#.....#..#..#.#.#.....#
.#.#.#.#######.#.###.#.#.#.#####
.#...#.#.....#...#.#.#.#.#......
######.#.###.#.###.#.#.#.#####.#
...#...#.#...#...#.#.#...#...#..
##.#.###.#.###.#.#.#.#####.#.#.#
.#.#..#O.#...#.#.#.#.....#.#....
.#.###.###.###.#.#.#.#.#.#.#####
...#.#.........#.#...#.#...#...#
####.#.#####.###.#####.###.#.#.#
.#.....#.#...#.....#.#P#.....#..
.#######.###########.#.#.#######
.#...#...............#.#.....#..
##.#.#.#####.#########.#####.###
...#...#.....#.......#.....#....
##.#.#########.#####.##.########
...#.#...#.....#...#.......#...#
####.#.#.#######.#.#######.#.#.#
.......#...#.....#.....#...#.#.#
.###.#####.#######.###.###.#.#.#
...#...#.........#...#.....#.#.#
##.#.#.#.#......####.#######.#.#
.#.#.#.#.#.....O#....#...#...#..
.#.#.###.########.####.#.#.#####
.#.#.....#......#....#.#.#.....P
####.#####.###..#.####.#.###.#.#
...#...#.....#..#....#.#.....#..
##.#.#.#.#.#.#..##.#.#.#########
...#.#.#.#.#.#...#.#.#.#.....#..
####.#.#.#.#.#.###.#.#.#####.#.#
.....#...#.#.###...#.......#.#.#
.#####.#.###.....#########.#.#.#
.....#.#.#.....#.......#.....#.#
##.###.#.#.#...#######.#.#####.#
.#...#.#...#.....#...#.#.#...#..
.###.#######...#.#.###.#.#.#.###
...#.#...#.#...#.#...#...#.#...#
##.#.#.#.#.#..##.#.#.#####.###.#
.#...#.#.......#.#.#.....#.#.#..
.#####.#######.#.#.#####.#.#.###
O......#.....#.#.#.#...#...#.#..
##.#####.###.#.###.#.#.#####.#.#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment