/*  BlobLand 2, a 2D space shooter made for the SpeedHack 2002-B competition.
 *  Copyright (C) 2002,2003  Tobi Vollebregt
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *  See `License.txt', which contains a verbatim copy of the
 *  GNU General Public License, for details.
 *
 *  Please send your reaction to: tobivollebregt@hotmail.com
 */


  __   _  _ __       _   _       _   _   _   _
/ | \ /  /  | \ |_| /_\ /  |/   /_> / \ / \ /_>
\ |_/ >- >- | | | | | | |  |\   /   | | | | /
/ |   \_ \_ |_/ | | | | \_ | \  \__ \_/ \_/ \__



BLOBLAND 2
----------

There is no story.
Just blast them all, but do not waste your rockets, because they are 
expensive.



FILES
-----

Path + filename:    Content type:   Description:

blobland.cpp        Sourcecode      Changed Blobland 1 source
blobland.exe        Executable      Win32 executable (needs alleg40.dll)
demo.c              Sourcecode      Changed Allegro demo source
demo.dat            Alleg datafile  Allegro demo datafile
demo.h              Headerfile      Allegro datafile object indices
License.txt         Plain text      GNU General Public License
Makefile            Makefile        GNU Makefile
music.txt           Plain text      Who wrote the music?
readme.txt          Plain text      This file



INSTALLING
----------

1)  Read this file and the file `License.txt'.

Windows users:
2)  Doubleclick on `blobland.exe' to run.

DJGPP, Linux and Unix users:
2)  cd to the directory of Blobland.
3)  Type `make' to compile. (`Makefile' contains information about 
    possible targets.)
4)  Type `blobland' to run.

Other platforms:
2)  Compile `blobland.cpp' and `demo.c' and link them with Allegro.
3)  Run the executable you created in step 2.

Blobland 2 has been tested with DJGPP (GCC 2.95.3, GCC 3.1) and MSVC 6.0, 
both using Allegro 4.0.0, Allegro 4.0.1 and Allegro 4.0.3.



CONTROLS
--------

Try the arrow keys.
Spacebar fires a missile and Z fires a nuclear missile (as required by the 
rules for the competition).
You might also need ESC to quit the program.
