
This file describes the contents of the source distribution of Asteroid Zone

LICENSE
-------
Asteroid Zone 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.
Asteroid Zone 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 Asteroid Zone; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA  02111-1307  USA

CONTACT
-------
For any questions or comments regarding Asteroid Zone, you can contact
me (Jean-Francois Doue) at the following email address: jfdoue@yahoo.com


CONTENTS
--------

build -- the bat file I used the build the game, along with the .jod JODE control
         file use to obfuscate the code.
gnu -- a copy of the GNU General Public License
src -- the java source code of Asteroid Zone

BUILDING
--------
The game has been built with the Java 2 Wireless toolkit 1.02 early access and
optimized for size using JODE 1.1 ( Java Optimize and Decompile Environment).
Since Asteroid Zone is a fairly simple program, it can easily be built with
other tools and no additional support / build instructions are provided.



