资 源 简 介
Introduction
UPDATED 28/04/2011
Now supports BWAPI 3.5.4!
Write a starcraft AI in .NET!! (C#, VB.net, Delphi Prism, etc)
Run your bot either in the same process as broodwar via the embedded libraries or as a client via the client libraries. Both have full access to BWAPI and BWTA. Change from embedded bot to client bot just by changing 2 references.
Detail
This project allows people to write AIs for
Starcraft:Broodwar using the CLR (.Net/Mono) via full integration with the c++ based BWAPI and BWTA.
This allows for creation of bots in most .Net languages with compatibility with the .Net 3.5 runtime.
This bot can be made completely embedded and be executed on a computer without the .Net runtime or mono runtime installed (embedded bots only).
Usage
In the download package there is a starcraftbot folder and a libs folder.
The starcraftbot folder has