Tile Massacre SHMUP
-------------------

Description
-----------
A shoot em up for TIG's Assemblee competition.  Has two sections: in the 1st one
you have to create the level you play through in the 2nd section by shooting
tiles that tumble down the screen towards you.  Each level has an optimum
layout, which you get extra points for matching.  In the 2nd section you just
have to get to the top of the screen without dying, avoiding the skeletons.

The key is to try and make life easier for yourself by creating levels that herd
the skeletons away from you.

How to play
-----------
Escape quits to the title screen from gameplay, and quits the game from the
title screen.

Cursor keys move your ship/character.
z shoots.

Game Options
------------
You can pass the executable various command line flags:

Usage:
TileMassacreSHMUP.exe -w [width] -h [height] -a [val] -f -ns -nm -s -e -l [name]

Flags:
--width [val] | -w [val]:	Set the width of the window.
--height [val] | -h [val]:	Set the height of the window.
--antialias [val] | -a [val]:	Sets the antialiasing level (2, 4, or 6) (this
                                setting doesn't do much).
--fullscreen | -f:		Sets whether to go fullscreen or not.
--nosound | -ns:		Switches off the sound output.
--nomusic | -nm:		Switches off the background music.
--editor | -e:			Starts up in the level editor.
-l [name]:			Loads a level into the level editor.
--help:				Display this help.

These can also be set from the TileMassacreShmup.conf file that will be
generated when the program is first run.  The file is located:

Documents and Settings/<user name>/Application Data/TileMassacreShmup
(Windows XP)
Users/<user name>/AppData/Roaming/TileMassacreShmup (Windows Vista)
/home/<user name>/.TileMassacreShmup (Linux etc.)
/Users/<user name>/Library/Application Support/TileMassacreShmup (OSX)

License Details
---------------
Source code is licensed under the GPL v3.

Graphics are courtesy of:
Skab
Mr. Trianglehead
dbb
tocky
Acid
Ixis
Syniphas
pgil
Emilio
Arachne
Oddball
BigLon
Arachne

Music is courtesy of:
CarvSound
mudeth
Slide20xl

and SFX are courtesy of:
Atuun
boomlinde
shaktool
and myself


- Niall Moody (08/01/10).
