Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 555 Bytes

PeregrineBot

A C++ AI bot that plays the game Starcraft Broodwar using a "Zerg 5-pool" strategy.

Caption: The scores that PeregrineBot has got against other bots in an online 24/7 league hosted at SSCAI Tournament.

How to build:

  • Make sure BWAPI_DIR AND BWTA_DIR environment variables are set to the relevant folders.
  • Build the solution using Release.

Dependencies:

  • BWAPI v4.2.0 (VS2017).
  • My fork of: BWTA2 v2.2.
  • Boost v1.66.
  • RapidJSON v1.0.2.