KaPooka Installation Instructions
=================================

Requirements
------------
SDL 1.2.x (from http://www.libsdl.org, tested with 1.2.6)
SDL_image 1.2 (from http://www.libsdl.org, tested with 1.2.3)
libmikmod 3.2 (http://mikmod.raphnet.net, tested with 3.2.0 beta 2)

Older SDL should work ok, as long as it's >= 1.2.
Older libmikmod will compile, but music will sound wrong (looping instruments
	don't loop on older versions eg 3.0)


Configuring (Optional)
----------------------
Edit "main.h" for some options, eg. no sound, fullscreen, debug messages,
and a few cheats like invincible, starting level, etc.

Compiling
---------
Type "make"
it should produce a binary called "kapooka".

Do not "make install", the game must be run from the installation directory
	(if you move the "kapooka" binary, also move the data/ folder).


Running
-------
Type "./kapooka" from where you compiled it, or where you copied the binary
file and the data/ subdirectory to.
