YuriyTimoshenkov / Slowpoke.Net

2 stars 0 forks source link

To impelement path finding logic (Algorithm A*) #81

Closed dimapct closed 9 years ago

dimapct commented 9 years ago

Requirement: To implement path finding algorithm Li for NPC.

mungobungo commented 9 years ago

Use A* algorithm. Lee is the most basic one. And don't have perks as "tuning weight of nodes" and other funky stuff as A* has.

https://www.youtube.com/watch?v=QWLIWr9V7dQ

https://www.youtube.com/watch?v=nGC_kBCoHYc

All the cool guys (Starcraft for example) uses A* or its modifications. Be cool. Be star. A Star.

dimapct commented 9 years ago

thank you, taken into consideration)

dimapct commented 9 years ago

duplicate, see issue https://github.com/YuriyTimoshenkov/Slowpoke.Net/issues/155