Skip to content

Instantly share code, notes, and snippets.

@nataliemeow
Created December 27, 2022 18:20
Show Gist options
  • Save nataliemeow/804f5ffd022edbca4dcaae5eda4cb657 to your computer and use it in GitHub Desktop.
Save nataliemeow/804f5ffd022edbca4dcaae5eda4cb657 to your computer and use it in GitHub Desktop.
wacky game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title wacky game
author razorlovesbaba
========
OBJECTS
========
Background
black
Player
green lightgreen
00000
01110
01110
01110
00000
=======
LEGEND
=======
. = Background
@ = Player
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player
======
RULES
======
[ > Player | Background ] -> [ Player | Player ]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
.................
.................
.................
.................
.................
.................
.................
.................
.................
........@........
.................
.................
.................
.................
.................
.................
.................
.................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment