Skip to content

Instantly share code, notes, and snippets.

@quat1024
Created September 30, 2015 15:25
Show Gist options
  • Save quat1024/22fc169a2a0d94f2f741 to your computer and use it in GitHub Desktop.
Save quat1024/22fc169a2a0d94f2f741 to your computer and use it in GitHub Desktop.
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