Skip to content

Instantly share code, notes, and snippets.

@ValentinaSilveira
Created August 19, 2021 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ValentinaSilveira/7518b4593deed7f3fe0ca5a3aeb4901a to your computer and use it in GitHub Desktop.
Save ValentinaSilveira/7518b4593deed7f3fe0ca5a3aeb4901a to your computer and use it in GitHub Desktop.
A Little Maze (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title A Little Maze
author Valentina Silveira
homepage www.lexaloffle.com
background_color darkblue
text_color lightblue
========
OBJECTS
========
Background
DarkBlue
Wall
Gray
Ball
White Gray
.000.
00000
00000
00000
.000.
Player
lightblue blue
.000.
01010
01010
00000
.000.
BadGuy
red lightred
1...1
00000
01010
01010
.000.
=======
LEGEND
=======
b = Ball
p = Player
! = BadGuy
# = Wall
. = Background
=========
SOUNDS
=========
endlevel 97301508
PLAYER MOVE 12138507
startgame 97301508
endgame 97301508
================
COLLISIONLAYERS
================
Background
Ball
Player, BadGuy, Wall
======
RULES
======
==============
WINCONDITIONS
==============
All Ball on Player
=======
LEVELS
=======
Message Level 1
#########
#b......#
#######.#
#p......#
#########
Message Very good! This level was very easy...
Message Level 2
#############
#..........b#
######.######
#...........#
##.##########
#..........p#
#############
Message Lets see if you can pass this one
Message Level 3
#################
#.....#.#..##...#
#####.#.#.....#.#
#.....#...#.##..#
#.##.#.#.#..#..##
#..#..#..#.####.#
#....###.#.#...##
#.##.....#...#..#
#..#.###..###..##
##.#...#p##b..#.#
#################
Message Not fair!
Message Thanks for playing!
Message More levels coming soon...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment