kora-bot/Source/BWEM
A 8755548d08 initial commit 2023-04-10 18:31:02 -05:00
..
EasyBMP_1.06 initial commit 2023-04-10 18:31:02 -05:00
doc/html initial commit 2023-04-10 18:31:02 -05:00
src initial commit 2023-04-10 18:31:02 -05:00
LICENSE.txt initial commit 2023-04-10 18:31:02 -05:00
README.txt initial commit 2023-04-10 18:31:02 -05:00

README.txt

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

-------------------------------------------------------------------------------