NBWTA 3.1.0
dotnet add package NBWTA --version 3.1.0
NuGet\Install-Package NBWTA -Version 3.1.0
<PackageReference Include="NBWTA" Version="3.1.0" />
paket add NBWTA --version 3.1.0
#r "nuget: NBWTA, 3.1.0"
// Install NBWTA as a Cake Addin #addin nuget:?package=NBWTA&version=3.1.0 // Install NBWTA as a Cake Tool #tool nuget:?package=NBWTA&version=3.1.0
Brood War Terrain Analyzer written in .NET (choke points, regions detection)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 12.0.2)
- System.ValueTuple (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* Added Documentation headers on public types
* Added AnalyzedMap.GetBaseInfoByStartLocationWalkTile(): BaseInfo
* Added Region -> adjacent chokes
Choke -> adjacent regions
* Added resource sites + optimal resource depot placement
* Increased ResourceDistanceTreshold in resource sites clustering algo from 6 to 9 BuildTiles
* Added persistance: AnalyzedMap.SaveToFile(), AnalyzedMap.TryLoadFromFile()