• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (06): 1041-1049.

• Graphics and Images • Previous Articles     Next Articles

A computer wargame path planning method based on influence map

Lv Qian-ru,YANG Xiang-rui,CAI Zhi-ping   

  1. (College of  Computer Science and Technology,National University of Defense Technology,Changsha 410073,China)
  • Received:2023-09-14 Revised:2023-10-31 Accepted:2024-06-25 Online:2024-06-25 Published:2024-06-18

Abstract: Computer wargame  is a simulation tool that describes war operations. Force maneuver is the foundation of operations, and path planning is the core content. Path planning is simplified as the solution of the shortest path in graph theory. However, the tactical path is not equivalent to the shortest path. Considering the complexity of battlefield maneuvering, information diversity, dynamics and other characteristics, the use of a decision-making method that separates battlefield situation and path planning can lead to operational failure. This article provides a tactical path planning method that effectively integrates battlefield situation and map information. This method, based on traditional A* algorithm, combines influence map to digitize battlefield situation factors, and uses digitized situation factors combined with terrain factors as the objective function of the improved A* algorithm. Thus, under the same algorithm complexity conditions, the A* algorithm converges to the tactically optimal path. Simulation experiments effectively verify that this method can support more complex and diverse tactical path planning compared to traditional A* algorithm. Battlefield situation information can guide path planning to effectively reduce the damage suffered by one party during maneuvering and improve our offensive capabilities, shaping a generally advantageous situation.

Key words: computer wargame, influence map, A* algorithm, path planning