mjhouse / warfare-rs

A strategy game written in rust
GNU General Public License v3.0
0 stars 0 forks source link

Add pathfinding for moving units #12

Closed mjhouse closed 2 years ago

mjhouse commented 2 years ago
mjhouse commented 2 years ago

Basic working pathfinding algo added in 70656cfac29a331f2c33a97dae6c24f80d5e51fe

mjhouse commented 2 years ago

Implemented in b3eef0f99e7b48397505aad84a52108cf5d2fe30 with the exception of fully-blocked (i.e. 100 impedance) tiles. That will be added in #18.