File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ +++
2+ title = " Pathfinding"
3+ description = " ?"
4+ alias = " /wiki/pathfinding"
5+ [taxonomies ]
6+ categories = [" algorithms" ]
7+ tags = [" pathfinding" , " algorithms" ]
8+ +++
9+
10+ {{ stub_notice() }}
11+
12+ ## References
13+
14+ - < http://www.redblobgames.com/pathfinding/a-star/introduction.html >
15+ - < https://www.redblobgames.com/blog/2024-04-27-flow-field-pathfinding/ >
16+ - < https://alexene.dev/2019/06/02/Hierarchical-pathfinding.html >
17+ - < http://leifnode.com/2013/12/flow-field-pathfinding/ >
18+ - < https://www.gdcvault.com/play/1025320/Hierarchical-Dynamic-Pathfinding-for-Large >
19+ - < https://aigamedev.com/open/tutorials/clearance-based-pathfinding/ >
20+ - < http://thomasvanderberg.nl/blog/pathfinding-maximum-distance-dijkstra/ >
21+ - < https://qiao.github.io/PathFinding.js/visual/ >
22+ - < https://webdocs.cs.ualberta.ca/~jonathan/publications/ai_publications/jogd.pdf >
23+ - < https://uijrt.com/articles/v4/i8/UIJRTV4I80003.pdf >
24+ - < https://www.mdpi.com/2220-9964/2/4/996 >
25+ - < https://ieeexplore.ieee.org/document/9475032 >
26+ - < https://www.sable.mcgill.ca/~clump/papers/massonnat-24-efficient.pdf >
27+ - < https://cdn.aaai.org/ojs/12397/12397-52-15925-1-2-20201228.pdf >
28+ - < https://www.sciencedirect.com/science/article/abs/pii/S0097849316300668 >
You can’t perform that action at this time.
0 commit comments