Submitted by kranzky on Tue, 26/07/2011 - 10:00pm
So this is going to be a test of HackTile code.
You can delimit hacktile code with [hacktile]/* these kinds of tags */[/hacktile].
Hacktile code starts with a header block, which looks like this:
[hacktile]
HEADER
10x10 // arena size
44ff88 /* background colour */
# This is the title
Puck Man
[/hacktile]
You can then specify a level like this:
[hacktile]
LEVELS
# just a square
XXXXXXXXXX
X++++++++X
X++++++++X
X++++++++X
X++++++++X
X++++++++X
X++++++++X
X++++++++X
X++++++++X
XXXXXXXXXX
# animating...
++++++++++
+XXXXXXXX+
+X++++++X+
+X++++++X+
+X++++++X+
+X++++++X+
+X++++++X+
+X++++++X+
+XXXXXXXX+
++++++++++
[/hacktile]




