Skip to content

Instantly share code, notes, and snippets.

@gmastr
Created February 23, 2021 12:03
Show Gist options
  • Save gmastr/54bbd257264f32713114d0e83dbd6162 to your computer and use it in GitHub Desktop.
Save gmastr/54bbd257264f32713114d0e83dbd6162 to your computer and use it in GitHub Desktop.
highest form of flattery (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title highest form of flattery
author gmastr
homepage https://gmastr.itch.io/
//color_palette whitingjp
require_player_movement
flickscreen 8x6
========
OBJECTS
========
Background
white lightgray
11111
10001
10001
10001
11111
Tile
gray
00000
00000
00000
00000
00000
Wall
BROWN DARKBROWN
00010
11111
01000
11111
00010
Player
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
Crate
Orange Yellow
00000
0...0
0...0
0...0
00000
=======
LEGEND
=======
. = Background
* = Tile
# = Wall
P = Player
@ = Crate
=======
SOUNDS
=======
Crate MOVE 36772507
================
COLLISIONLAYERS
================
Background
Tile
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
==============
WINCONDITIONS
==============
All Tile on Crate
=======
LEVELS
=======
........
........
..@@@@..
........
########
........
..****@.
..@.@...
.....@..
p.......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment