Overseer
|
Library for analyzing Starcraft 2 maps by region decomposition. Based on the Brood War Easy Map architecture created by Igor Dimitrijevic. It uses the MIT license.
Demo for Commandcenter https://gitlab.com/OverStarcraft/Overseer/blob/master/demo/commandcenter.md "is found here." Which is a very short demo just to get started.
Include the file MapImpl.h
into your project to get started.
#include "Overseer/src/MapImpl.h"
You need to pass a pointer to your Agent to the map to have it fully configured. Then you need to call Intialize()
to construct the map. Now you're good to go! This is how it would look on Interloper LE
Example output:
If you want the number of ChokePoint
you have to check for each region pair since a pair of regions could have multiple ChokePoint
Overseer is currently under construction. Feel free to make a pull request!
The documentation is for local use only and can be found here. To open it on your local machine go into the doc/html/ and open index.html in your webbrowser.
The license for this software (Overseer) can be found https://gitlab.com/OverStarcraft/Overseer/blob/master/LICENSE.md "here."