/exampleaimodule-bwapilib.dll

Example BWAPI420 bot using bwapilib as a dynamic library instead of static .lib

Primary LanguageC++

Example bot using BWAPIlib as a dynamic library.

  • could be necessary to share BWAPIlib between a bot and language wrapper. We want to avoid having multiple instances of Game, and having to manually update the pointers.
  • BWAPI 4.2.0

Techniques