README.txt
===============================================================================
                                 Iron - AI for Brood War
===============================================================================

Iron is a StarCraft AI based on the BWEM library (same author).
Iron inherits from Stone its Agent oriented design, and the focus on SCVs and individual behaviors.
Like Stone, it aims at robustness.
Unlike Stone, Iron can deal with most types of theats, and uses both supervised and unsupervised algorithms.

Iron always goes for a mech army with lots of vultures.

-------------------------------------------------------------------------------
Installation:

A DLL is provided that can be used directly.

You can compile it at least with Visual Studio 2013 Express, for which a project file is provided.

Except for the BWAPI library, Stone's source code doesn't depend on any other external library (the BWEM library it uses is embedded).

Windows Environment Variables:
- BWAPI_DIR (as suggested in http://webdocs.cs.ualberta.ca/~cdavid/starcraftaicomp/registration.shtml)


-------------------------------------------------------------------------------
License:               MIT/X11

-------------------------------------------------------------------------------
Version:               AIIDE2016

-------------------------------------------------------------------------------
Contact:               igor_dimitrijevic@yahoo.fr

-------------------------------------------------------------------------------

