32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
README.txt
|
|
===============================================================================
|
|
the BWEM library
|
|
===============================================================================
|
|
|
|
|
|
Brood War Easy Map is a C++ library that analyses Brood War's maps and
|
|
provides relevant information such as areas, choke points and bases.
|
|
It is built on top of the BWAPI library (http://bwapi.github.io/index.html).
|
|
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 (https://bitbucket.org/auriarte/bwta2),
|
|
as it performs faster and shows better robustness while providing similar information.
|
|
|
|
-------------------------------------------------------------------------------
|
|
License: MIT/X11
|
|
|
|
-------------------------------------------------------------------------------
|
|
Version: 1.4.1
|
|
|
|
-------------------------------------------------------------------------------
|
|
Sourceforge project: http://sourceforge.net/projects/BWEM
|
|
|
|
-------------------------------------------------------------------------------
|
|
Online site: http://BWEM.sourceforge.net
|
|
|
|
-------------------------------------------------------------------------------
|
|
Contact: igor_dimitrijevic@yahoo.fr
|
|
|
|
-------------------------------------------------------------------------------
|
|
|