Skip to content

Instantly share code, notes, and snippets.

@thacuber2a03
Created December 2, 2024 01:00
Show Gist options
  • Save thacuber2a03/54c04c5747d013b9aebfd1715fd13928 to your computer and use it in GitHub Desktop.
Save thacuber2a03/54c04c5747d013b9aebfd1715fd13928 to your computer and use it in GitHub Desktop.
longcat (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title longcat
author editmouse
========
OBJECTS
========
Background .
lightgreen green
11111
01111
11101
11111
10111
Wall #
brown darkbrown
00010
11111
01000
11111
00010
Player P
white black
01010
01010
00000
10101
01010
Body
white
box b
brown lightbrown
00000
01110
01010
01110
00000
=======
LEGEND
=======
Solid=Wall or Player or Body or box
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player Wall Body Box
======
RULES
======
[> Player|no Solid]->[Body|> Player]
[ > Player | Box | no solid ] -> [ body | > Player | > Box ]
==============
WINCONDITIONS
==============
all Background on Solid
=======
LEVELS
=======
message the game is very much open for suggestions :3
######
#..###
#..###
#.P..#
#....#
#....#
######
######
#....#
#.#P.#
#....#
#....#
#....#
######
######
#....#
#.p..#
#....#
#...b#
#....#
######
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment