ratiotile / exampleaimodule-bwapilib.dll

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 99.9%Language:C 0.1%