MicroWar 2.0
© 2008-2009, MadDog Production, Pierre-Alain Dorange

Last source code is available at : <https://sourceforge.net/projects/microwar/>

What you need :
Python 2.5 (2.5.4) : http://www.python.org/
Pygame 1.9 (1.9.1) : http://www.pygame.org/
SDL 1.2.13 with modules image, mixer et ttf (*)
SMPEG 1.0 (*)

(*) Most Pygame package include SDL and SMPEG.

Sources used (delivered with the source) :
* FGameEngine was inspired from GameEngine 1.3 for the user GUI
	lot of modifications and adaptations to the game, rename FGameEngine
	http://www.cs.iupui.edu/~aharris/pygame/
	Copyright (c) 2006, Andy Harris for Game Programming - The L-Line
* modified ConfigObj 4 to read .INI file
	with added method to convert string-list to int-list and float-list
	http://www.voidspace.org.uk/python/configobj.html
	Copyright (c) 2005-2008 Michael Foord, Nicola Larosa
	 Released subject to the BSD License
* BeautifulSoup 3.0.7a, a nice HTML Parser used here to get/set shared highscore from internet
	http://www.crummy.com/software/BeautifulSoup/
	Copyright (c) 2004-2008, Leonard Richardson
	Released subject to the BSD License

Tested on :
* MacOS X PowerPC (10.3.9) and Intel (10.5.8)
* Windows XP SP2 (sound lag) with VMWare Fusion/MacOS X
* Ubuntu 8 (sound lag) with VMWare Fusion/MacOS X

Usages and Licence
The game was powered by Python language with SDL and PyGame module.
Distributed open-source under BSD Licence : http://opensource.org/licenses/bsd-license.php

Copyright (c) 2000-2009, Pierre-Alain Dorange All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.