LCavity

Lcavity is a small and simple 2D side-scrolling game written in C++ based upon
the SDL library. You are flying through a cave which is becoming tighter and
tighter as you move further in it. In addition you have to fight against
gravity by accelerationg upwards.
The goal is to fly as far into the cave as possible without crashing against
the wall. This can become very addictive.

For installation instructions read file INSTALL

For detailed information or new versions of the game, visit
http://lcavity.sourceforge.net/

To see which issues are currently most important, read file TODO

If you have questions or would like to help the development, contact
me at: wolfgang@silbermayr.at

Have fun with Lcavity ;-)


Licensing information:

Source code of LCavity is covered by GNU GPL licence. See file COPYING for
details.

LCavity uses the SDL library.

The Simple DirectMedia Layer (SDL for short) is a cross-platform library
designed to make it easy to write multimedia software, such as games and
emulators.

The Simple DirectMedia Layer source code is available from:
http://www.libsdl.org/

The SDL library is distributed under the terms of the GNU LGPL licence:
http://www.gnu.org/copyleft/lesser.html
