-
Notifications
You must be signed in to change notification settings - Fork 2
Home
The aim of this project is to allow people developing bots in a managed language to interface BWAPI without the need to create a wrapper themselves. SWIG offers great capabilities in keeping up with the constant changes in the original BWAPI.
- Setting up StarCraft and BWAPI
- Creating the BWAPI-mono-Bridge2 to allow us to connect Csharp (or Java,ruby,Prolog) to StarCraft
- Building your first example bot in VisualStudio
This project is based on the original bwapi-mono-bridge by dpershouse which seems to be no longer maintained.
The project was created so that other people can easily use BWAPI 3.7.4 with mono as well. The project contains prebuild libraries which can be used as is offering a direct interface to BWAPI from Csharp and VisualStudio.
The project uses the version of BWAPI which is still used in tournaments like SSCAI or AIIDE StarCraft competition
[09/2014] We are currently thinking of upgrading the wrapper to be able to work with BWAPI 4.0.1
[06/2015] Upgrade currently not possible due to some issues of BWAPI and C++11 and SWIG