Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.56 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.56 KB

StarCraft: Brood War in Multi-Agent Systems

Travis CI: Build Status

This project creates a bridge between BWAPI for StarCraft: Brood War and EIS-enabled Multi-Agent Systems, programmed in for example the GOAL Agent Programming Language.

The environment interface standard (EIS) has been developed to facilitate connecting software agents to environments.

For more information please see the Wiki and/or the Manual. For tech trees see TechTrees.

Current status

  • All units can be controlled by the MAS.
  • The MAS is capable of playing all three races.

Project overview

The project contains the following folders:

  • doc: The Latex source of the manual.
  • eisbw: The EIS implementation of BWAPI.
  • examples: A basic example agent for each race.
  • libs: Files required for building the interface and running the various examples.

Useful for tournament submissions: StarCraft GOAL AI Wrapper