Skip to content

Instantly share code, notes, and snippets.

@nataliemeow
Created December 27, 2022 18:49
Show Gist options
  • Save nataliemeow/b1c51b7e4b7a901fd6e24b1b8a8c3b60 to your computer and use it in GitHub Desktop.
Save nataliemeow/b1c51b7e4b7a901fd6e24b1b8a8c3b60 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 darkgray
00000
01010
00100
01010
00000
Player
green lightgreen
00000
01110
01110
01110
00000
Thing
red pink
00000
01110
01110
01110
00000
=======
LEGEND
=======
. = Background
@ = Player
* = Thing
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Thing
Player
======
RULES
======
[ Thing | Background ] -> [ Thing | Player ]
[ > Player | Background ] -> [ Background | Player ]
[ Player | Player ] -> [ Background | Thing ]
[ Action Player | Thing ] -> [ Player | Background ]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
message I call it "Cellular Automata 2"
message Press Action to attempt to battle.
*...............................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment