-
-
Save jackomix/a52b75413fd111800bcd969ca6454e8f to your computer and use it in GitHub Desktop.
title
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 A to B | |
author Jacklack3 | |
homepage https://rocketmix.neocities.org | |
background_color white | |
text_color black | |
color_palette mastersystem | |
======== | |
OBJECTS | |
======== | |
Background | |
White | |
Target | |
Green | |
Wall | |
Black | |
Player | |
Grey | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
O = Target | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, Wall | |
====== | |
RULES | |
====== | |
============== | |
WINCONDITIONS | |
============== | |
All Target on Player | |
======= | |
LEVELS | |
======= | |
######### | |
#.......# | |
#.....O.# | |
#.P.....# | |
#.......# | |
#.......# | |
######### | |
################### | |
#.................# | |
#.................# | |
#.......#.........# | |
#..p...###........# | |
#.....#####.......# | |
#......###........# | |
#......###........# | |
#......###........# | |
#.................# | |
#.................# | |
#.................# | |
#..............O..# | |
#.................# | |
################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment