BlobVaders
----------

Description
-----------
A musical Space Invaders remake, inspired by:
http://www.youtube.com/watch?v=Fy0aCDmgnxg
All sounds are generated by a built-in synthesizer. Music is generated from the
player's actions in the game.

Invasion fleets are en-route to each of the planets in your home solar system.
Defend your planets!

Enemies are procedurally generated. The difficulty's still a bit up and down.



Controls
--------
Controlled by mouse.
Escape: return to title screen/quit.


Game Options
------------
The game will automatically start fullscreen at your desktop's current
resolution, with the game corrected to its desired aspect ratio.

You can pass the executable various command line flags:

Usage:
BlobVaders.exe -w [width] -h [height] -a [val] -win -aa [name]

Flags:
--width [val] | -w [val]:	Set the width of the window.
--height [val] | -h [val]:	Set the height of the window.
--windowed | -win:		Sets whether to go windowed or not.
--audio-api [name] | -aa [name]:Sets the audio API to use.  Can be DirectSound,
				ASIO, MME, ALSA, JACK, OSS, CoreAudio.
--drawer [name] | -d [name]:	Sets the renderer to use. Can be GLESDrawer
				(newer, more efficient) or GLImmediateDrawer
				(older, more compatible).
--debug | -debug:		Output debug info to
				<home dir>/NiallDebugFile<some long number>.txt.
--help:				Display this help.

These can also be set from the BlobVaders.conf file that will be generated
when the program is first run. It resides at:

Windows XP:      Documents and Settings/<user name>/Application Data/Dwindling Worlds
Windows Vista/7: Users/<user name>/AppData/Roaming/Dwindling Worlds
Linux etc.:      /home/<user name>/.Dwindling Worlds
OSX:             /Users/<user name>/Library/Application Support/Dwindling Worlds


License Details
---------------
Everything bar the font was made by me. The font is Orbitron,
from The League of Movable Type: http://www.theleagueofmoveabletype.com/ See the
.markdown files in library Docs for the font's license.


- Niall Moody (17/07/12).
