11
Hoping for some advice on AI pathfinding terminology
(mastodon.gamedev.place)
A community about game development.
Rules:
More rules might follow if they become necessary; general rule is don't be a pain in the butt. Have fun! ♥
@teahands @gamedev
Basic #pathfinding is not hard. What hard is to make it use less resources and calculate as much paths as possible.
I just throw at you some links to study:
* How to implement A*
https://www.redblobgames.com/pathfinding/a-star/introduction.html
* How to optimize A* for bigger maps
https://www.youtube.com/watch?v=RMBQn_sg7DA
https://www.youtube.com/watch?v=anGdYJu_eH4
https://web.archive.org/web/20190411040123/http://aigamedev.com/open/article/clearance-based-pathfinding/
@loregret @gamedev Appreciate the homework, thank you :D