Created
September 30, 2015 15:25
-
-
Save quat1024/22fc169a2a0d94f2f741 to your computer and use it in GitHub Desktop.
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 Block Game | |
author quat | |
background_color orange | |
text_color white | |
======== | |
OBJECTS | |
======== | |
Player % | |
white | |
Wall # | |
black | |
Background . | |
Transparent | |
HorizTrail | |
lightred | |
..... | |
..... | |
00000 | |
..... | |
..... | |
VertTrail | |
lightred | |
..0.. | |
..0.. | |
..0.. | |
..0.. | |
..0.. | |
======= | |
LEGEND | |
======= | |
collide = wall or player | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Player, collide | |
horiztrail,verttrail | |
background | |
====== | |
RULES | |
====== | |
horizontal [> player | no collide] -> [horiztrail | > player] | |
vertical [> player | no collide] -> [verttrail | > player] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
######### | |
#.......# | |
#.....%.# | |
#.......# | |
#.......# | |
###...%.# | |
..#.%...# | |
..####### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment