Created
December 27, 2022 18:58
-
-
Save nataliemeow/f3f43630c5d89955dea9312a3aab4dda to your computer and use it in GitHub Desktop.
PuzzleScript Virus Simulator (PuzzleScript Script)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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