Get started with Starcraft: BroodWar AI Development as fast as possible.
New to StarCraft or AI Programming? Watch the tutorial video(s):
- Starcraft AI Intro: https://www.youtube.com/watch?v=czhNqUxmLks
- STARTcraft Tutorial: https://www.youtube.com/watch?v=FEEkO6__GKw
Currently Supported (more coming soon):
- Windows / C++ Development using BWAPI
STARTcraft comes with a StarterBot written in C++ using BWAPI 4.4.0. This repo comes with BWAPI, and uses Injectory to launch StarCraft with BWAPI, so Chaoslauncher is not required.
- Download / Clone this repo to your computer
- Download and unzip Starcraft Broodwar 1.16.1 to the included
starcraft
folder - Run
bin/RunC++BotAndStarcraft.bat
which will launch the bot executable and Starcraft / BWAPI - Open
visualstudio/StartCraft.sln
in Visual Studio 2022 to modify / recompile the code