mjhouse / warfare-rs

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

Add calculated impedance value for each tile #10

Closed mjhouse closed 2 years ago

mjhouse commented 2 years ago

Each tile should calculate impedance for units passing through:

mjhouse commented 2 years ago

Added static impedance (water and rocks) but not dynamic (direction of unit travel) in commit fb61a4bbc734df91ea929b64631e2fe914c1817f

mjhouse commented 2 years ago

Closing this issue as completed and creating a new issue for dynamic impedance (#19)