Skip to content

Instantly share code, notes, and snippets.

@Draknek
Created June 24, 2023 23:49
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 Draknek/04670ded552591e1695069990384e1b4 to your computer and use it in GitHub Desktop.
Save Draknek/04670ded552591e1695069990384e1b4 to your computer and use it in GitHub Desktop.
Mouse Wants Cheese (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Mouse Wants Cheese
author Alan Hazelden
homepage alan.draknek.org
background_color darkblue
========
OBJECTS
========
Background
darkblue
HoleL
black brown
00001
00000
00000
00000
00001
HoleR
black brown
10000
00000
00000
00000
10000
HoleU
black brown
00000
00000
00000
00000
10001
HoleD
black brown
10001
00000
00000
00000
00000
Once
grey darkgrey red
01110
11111
11211
11111
01110
EW
grey darkgrey
.000.
11111
11111
11111
.000.
NS
grey darkgrey
.111.
01110
01110
01110
.111.
Target
yellow
.....
.000.
.000.
.000.
.....
Wall
brown darkbrown
00010
11111
01000
11111
00010
Player
black orange white blue
.000.
.111.
22222
.333.
.3.3.
Crate
orange
00000
0...0
0...0
0...0
00000
=======
LEGEND
=======
Hole = HoleL or HoleR or HoleU or HoleD
. = Background
# = Wall
P = Player
* = Crate
U = HoleU
D = HoleD
L = HoleL
R = HoleR
C = Target
1 = Once
- = EW
I = NS
=======
SOUNDS
=======
Crate move 36772507
================
COLLISIONLAYERS
================
Background
Target, Hole, Once, EW, NS
Player, Wall, Crate
======
RULES
======
==============
WINCONDITIONS
==============
=======
LEVELS
=======
######
#...c#
#....#
#....#
#u####
###...
######
#...c#
#....#
#....#
#....#
##uu##
.####.
..###..
.##c##.
.#...##
##.-..#
#r.-..#
##...##
.##u##.
..###..
...###..
.###c###
.#..-..#
##.#...#
#r..-..#
##.....#
.###u###
...###..
....###.
.####c##
##.....#
#....-.#
#...i..#
##....##
.##uuu##
..#####.
.#####.
.#d#c#.
.#...#.
##...##
#11111#
#.....#
#.....#
#u#####
###....
#####..
#c..#..
###.###
#r.1..#
##.1.##
#..1.l#
#.#.###
#...#..
#####..
.######.
##....##
#......#
#c....c#
#......#
##....##
###uu###
..####..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment