Skip to content

Releases: Kowalski1024/SC2-Map-Segmentation

v0.1.0 Release

05 Jan 16:58
Compare
Choose a tag to compare

Initial release

In this initial release, we're introducing several key features:

  • Map Segmentation: The core feature of this release, map segmentation, divides the map into smaller, manageable regions. This provides a more granular understanding of the map layout.

  • Connection Identification: The plugin identifies and creates connections between these regions. These connections include ramps, choke points, and cliffs, providing valuable strategic information.

  • Dijkstra Pathfinding Algorithm: We've implemented a basic version of the Dijkstra pathfinding algorithm. This allows for efficient calculation of the shortest path between two points on the map.