     ####       #        #####    #         #      #       #####      ####
    #          # #       #    #    #       #      # #      #    #    #
   #          #   #      #####     #       #     #   #     #####    #
   #         #######     #    #     #  #  #     #######    #    #     #
    #       #       #    #     #    # # # #    #       #   #     #      #
     ####  #         #   #     #     #   #    #         #  #     #  ####

        By NetWolf Interactive

    Copyleft (C) EISELE Pascal (lemmings@nwolf.org)
    http://www.nwolf.org/carwars

====( Licence )====

  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., 675 Mass Ave, Cambridge, MA 02139, USA.

====( Directory Guide )====

- docs : Documentation 
- data : Objects Textures (Cars, Tracks, ...) + Cars Proprerties
- src : CarWars source code
- src-tests : CarWars source lab used for experimental feature and basic testing

====( Running Environement )====

Running arguments :

- GNU/Linux
java -Djava.library.path=libs/linux 

- Windows :
PATH=libs/win32
javaw -Djava.library.path=libs/win32

====( Developpement Environement )====

Currently, we are using : 
- Eclipse 3.2.2
- Java JDK 1.5 (Windows) and GCJ 1.0.51 (Linux)


