Cosmosmash - A clone of the Intellivision(TM) game Astrosmash(TM).

Copyright (C) 2000, 2001, 2002 Pierre Sarrazin <http://sarrazip.com/>
This program is free software distributed under the GNU GPL.
See the file COPYING.


The program requires my `gengameng' library (version 4.1) and the
Simple DirectMedia Layer multimedia library, version 1.2.0 or later
(see http://www.libsdl.org/).  Links to both are offered on the
Cosmosmash Home Page at

    http://sarrazip.com/dev/cosmosmash.html

See the INSTALL file for installation instructions.  Assuming that
`gengameng' has been installed under /usr or /usr/local, the typical
procedure is

    ./configure
    make
    make install

The canonical spelling is "Cosmosmash", not "CosmoSmash", even
though there is a C++ class in the code called CosmoSmashEngine...


Noteworthy files in this directory:

AUTHORS                 Authors of this game
COPYING                 License that applies to this game
INSTALL                 Generic installation instructions
NEWS                    New features in this release
README                  This file
THANKS                  Thanks to contributors
TODO                    Ideas for future development
bootstrap               Runs Automake and Autoconf
configure               Standard configuration script
cosmosmash.spec         RPM specification file
cosmosmash.{dsw,dsp}    Visual C++ workspace and project (unsupported)

doc                     Documentation directory
src                     Code and images directory
macros                  Autoconf macros directory

