RafaelBarbosatec / a_star

Package that uses the A * algorithm to find a way to the destination through the barriers.
MIT License
17 stars 10 forks source link

AI search targets,allies #3

Closed Sproute777 closed 4 months ago

Sproute777 commented 1 year ago

if you want use AI search path,enemies,allies, maybe need search with options . For example nearest target or ally, perhaps search target(as item like chest,coins,weapons).

RafaelBarbosatec commented 1 year ago

So, the purpose of this package is only give a A* algorithm. Maybe this ideia could be a new package tht use this package.

Sproute777 commented 12 months ago

So, the purpose of this package is only give a A* algorithm. Maybe this ideia could be a new package tht use this package.

but create grid is reusing in other type of search, maybe diffrent packages for Grid , AStar , tbs finding, ai search