The study and application of artificial intelligence pathfinding algorithm in game domain
暂无分享,去创建一个
In today's game world, A* algorithm is the most widely used pathfinding algorithm of artificial intelligence, and it is also one of the most effective shortest pathfinding algorithms. we have introduced A* algorithm. We puts forward deficiency of standard A * algorithm, because standard A* algorithm may detour in the search process, an improved A* algorithm is proposed which increases a father pointer for each node. We can effectively solved the problem by keep back according to each father node after searching, that we ensure the resulting is optimal path. Last, we use Visual C++.NET development environment in Windows XP operating system, we simulation and realized the pathfinding process of improved A* algorithm that greatly improve the efficiency and accuracy in searching, and it has realized the pathfinding intellectualized.
[1] Nils J. Nilsson,et al. A Formal Basis for the Heuristic Determination of Minimum Cost Paths , 1968, IEEE Trans. Syst. Sci. Cybern..
[2] Ivor Horton. Beginning Visual C++ 6 , 1996 .
[3] Mat Buckland,et al. Programming Game AI by Example , 2004 .