The Lair of Fungal Wonder
-------------------------

Description
-----------
Explore a mysterious cavern full of strange and wonderous fungi.  For science!

Made for Ludum Dare #18.

Controls
--------
Cursors: pilot the ship.  Move near the fungi to scan them.
Space: start game from menu, return to menu after game over etc.
Escape: quit/pause

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:
TheLairOfFungalWonder -w [width] -h [height] -a [val] -win -ns -nm -aa [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).
--windowed | -win:		Sets whether to go windowed or not.
--nosound | -ns:		Switches off the sound output.
--nomusic | -nm:		Switches off the background music.
--audio-api [name] | -aa [name]:Sets the audio API to use.  Can be DirectSound,
				ASIO, MME, ALSA, JACK, OSS, CoreAudio.
--help:				Display this help.

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

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

License Details
---------------
Source code is licensed under the GPL v3.  Graphics and sounds under the
Creative Commons Sampling Plus license.  I got the font from:
http://www.dafont.com/beach-type.font


- Niall Moody (22/08/10).
