DrInfy / sc2-pathlib

Pathfinding and terrain analysis library for Starcraft 2 bot api in Rust
MIT License
14 stars 9 forks source link

Feature/influence #3

Closed DrInfy closed 5 years ago

DrInfy commented 5 years ago

Added separate find_path_influence method to use influence for path finding calculations. Also added normalize_influence method to set current influence.

Also added some python tests for all the new methods.