parsehex / incremental-forest

Chop down trees, sell logs and hire workers to chop more trees.
https://parsehex.github.io/incremental-forest/
MIT License
0 stars 0 forks source link

Workers sometimes follow same path #4

Closed parsehex closed 7 years ago

parsehex commented 7 years ago

Possibly mostly apparent with Collectors:

  1. Two collectors will head toward the same item at the same time.
  2. They'll both arrive at the same time and one will pick it up.
  3. Both workers will head toward a different item, repeating the cycle.
parsehex commented 7 years ago

Adding random pathfinding order should make this happen almost never. Should still be fixed if an option is added to disable random pathfinding.