Caverns of Light (LD15 final)
-----------------------------

Story
-----
The light has disappeared from the world, but there's still some lamps below
ground in the Caverns of Light.  You have to connect the light from those lamps
to some fancy high-tech lightboxes to bring the light back to the world.

How to Play
-----------
Left cursor: move left
Right cursor: move right
z: jump
x: drop a reflector at your current position (you can place them in mid-air too)
Escape: quit to menu

Level Editor Keys
-----------------
Cursors: move the screen
z: zoom way out
Ctrl-s: save to level.lev
Escape: quit to menu

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

Usage:
CavernsOfLight.exe -w [width] -h [height] -a [val] -f -ns -nm -s

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.
--sdl | -s:		        Switches to the SDL drawing backend in favour
                                of the OpenGL one (probably a bit buggy).
--help:				Display this help.

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

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

Linux Installation
------------------
Just do the usual ./configure;make;make install incantation.  The dependencies
are:
SDL
SDL_image
PortAudio v19
vorbisfile

License Details
---------------
Source code is licensed under the GPL v3.  Graphics/sounds under the Creative
Commons Sampling Plus license.


- Niall Moody (30/08/09).
