A* 寻路 资料

原理资料:

介绍:英文:

https://www.redblobgames.com/pathfinding/a-star/introduction.html

中文翻译:

https://yangruihan.github.io/2020/03/13/AStart%E7%AE%97%E6%B3%95%E4%BB%8B%E7%BB%8D/

 

实现:

英文原文:

https://www.redblobgames.com/pathfinding/a-star/implementation.html

中文翻译:

https://yangruihan.github.io/2020/03/15/AStar%E7%AE%97%E6%B3%95%E5%AE%9E%E7%8E%B0/

 

实现

https://github.com/bgrins/javascript-astar

https://github.com/qiao/PathFinding.js

posted on 2021-10-11 14:16  ZhYQ_note  阅读(32)  评论(0)    收藏  举报

导航