		 _____                       ______       _   
		|  __ \                      | ___ \     | |  
		| |  \/ __ _ _ __ _ __ ___   | |_/ / ___ | |_ 
		| | __ / _` | '__| '_ ` _ \  | ___ \/ _ \| __|
		| |_\ \ (_| | |  | | | | | | | |_/ / (_) | |_ 
		 \____/\__,_|_|  |_| |_| |_| \____/ \___/ \__|


Aurlien Lermant (a.lermant@hotmail.fr)

This is my submission for the AIIDE 2015 competition.
It contains the Zerg bot "GarmBot".


/* List of files */

- The readme.txt file
- The library client-bridge-1_4-x86.dll
- The compiled GarmBot.jar (renamed GarmBot.ja to bypass email security checks that don't allow to send jar files)
- A GarmBot directory with the whole content of the Eclipse project


/* Why not only the source code */

The source files contains some code that was not written by me, but was included in the JNIBWAPI starter pack that I
downloaded in february 2015 on the SSCAIT website.
Those additionnal files are the client-bridge-1_4-x86.dll library, and all files contained in
src\javabot\model
src\javabot\types
src\javabot\util
The client-bridge-1_4-x86.dll is required at runtime, but is not needed for compilation.
The submission instructions were clear about not including BWAPI library or source files. However, since the BWAPI
release available at https://github.com/bwapi/bwapi/releases/tag/v3.7.4 doesn't include these files, I decided to submit them.
I checked and the submission wasn't larger than 1mb.


/* Compilation steps */

I was able to generated the JAR file with the following operations :
Copying the client-bridge-1_4-x86.dll inside the Java Runtime Environement "bin" directory.
(was "C:\Program Files (x86)\Java\jre1.8.0_25\bin" for me)

Then, inside Eclipse :
File : import : existing project into workspace : GarmBot directory (root of the submission)
File : export : Runnable JAR file : extract required libraries into generated JAR

The jar can be launched with :
java -jar GarmBot.jar


/* Version used */

Starcraft 1.16.1
Eclipse 4.4.1 (Luna)
Java 1.8.0_25
