Hi.
Anyone know if there's and easy way of creating level files for a breakout game. Right now I am entering all the coordinates of the blocks into a text file, and takes for ever just to make one level!
Please say there is an easier way....
my level file has the following format:
PS: the // comments doesn't exist in the real level filePHP Code:xx // number of blocks
xx yy //coord of block
