Skip to content

Instantly share code, notes, and snippets.

@nataliemeow
Created December 27, 2022 18:58
Show Gist options
  • Save nataliemeow/f3f43630c5d89955dea9312a3aab4dda to your computer and use it in GitHub Desktop.
Save nataliemeow/f3f43630c5d89955dea9312a3aab4dda to your computer and use it in GitHub Desktop.
PuzzleScript Virus Simulator (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title PuzzleScript Virus Simulator
author razorlovesbaba
========
OBJECTS
========
Background
black darkgray
00000
01010
00100
01010
00000
Player
yellow blue
.000.
.000.
11011
11111
11111
Thing
yellow red
.000.
.000.
11011
11111
11111
=======
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 Warning: Collosal fucking map
message Press Action to get rid.
*...............................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
................................................................................................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment