Skip to content

v0.1.0 Release

Latest
Compare
Choose a tag to compare
@Kowalski1024 Kowalski1024 released this 05 Jan 16:58
· 3 commits to master since this release

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.