A BWAPI bridge to allow StarCraftAI to be build using Csharp
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.
- Start here
- 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.