home
|
features
|
getting started
|
FAQ
|
download
|
help
|
about
Welcome to the BWEM library homepage
[online version of this page]
Brood War Easy Map is a C++ library that analyses Brood War's maps and
provides relevant information such as areas, choke points and base locations.
It is built on top of the BWAPI library.
It first aims at simplifying the development of bots for Brood War, but can be used
for any task requiring high level map information.
It can be used as a replacement for the BWTA2 add-on,
as it performs faster and shows better robustness while providing similar information.
The current version is 1.0 beta
It has been tested with Microsoft Visual Studio Express 2013 for Windows Desktop, 32-bit
If you encounter any bug, error or warning message, do not hesitate to report it on
http://sourceforge.net/p/BWEM/discussion/help_/
or contact me.
Screenshots:
Andromeda.scx
Destination.scx
Baby Steps.scm
License: MIT/X11
Requirements:
Limitations:
- BWEM doesn't provide any geometric description (polygon) of the computed areas. If you need this, check the BWTA2 library
- BWEM is not compatible with older versions of BWAPI (prior to 4.0). If you need such compatibility, check the BWTA library
History:
September, 2015 : first release 1.0 beta
home
|
features
|
getting started
|
FAQ
|
download
|
help
|
about