Utilization of the Route Table for the Agent's Move in the Game Map

게임지도에서 에이젼트 이동을 위한 경로표 활용

  • 심동희 (전주대학교 전자매체공학부) ;
  • 강혁 (전주대학교 대학원 컴퓨터공학과)
  • Published : 2000.10.01

Abstract

The use of the A' for the path search of the agent in the game map give the overhead of computing time in real time game processing. The other heuristic search algorithms do not guarantee the optical path. The route table of which the row is defined by current position, goal position, visiting position is presented in this paper. This route table is made in the game development phase and tilized in game playing. The visiting position which is contatined in the optimal path to the goal position from the current position can guarantee the optical path, and this mothod has no overhead on computing time. But the memory space is requred too much. This problem can also be solved using the data compression by skipping the duplicated route table.

게임지도상에서 에이젼트 이동을 위한 경로탐색에 A+를 이용하는 경우에 실시간 게임진행에 지장을 주고 있다. 다른 경험적 탐색방법은 경로에 대한 최적성 보장이 없어서 문제가 된다. 이러한 문제를 해결하기 위하여 본 논문에서는 현 위치, 목표위치, 최적경로위치로 정의되는 행으로 구성되는 경로표를 제안하였다. 이 경로표를 게임개발시에 미리 작성하여 게임진행시에 이를 이용한다. 이 경로표는 목표위치로의 이동을 위한 최적의 경유위치를 가지고 있어서 최적의 경로도 보장이 되며 탐색으로 인한 시간의 부하도 없다는 장점을 가지고 있다. 그러나 경로표 저장에 메모리가 많이 소요되는 단점이 있다. 이 논문에서는 이 같은 단점을 해소하기 위해 경로표는 생략하는 방법을 이용해도 데이터압축효과를 얻을 수 있음을 보여주었다.

Keywords

References

  1. Command and Conquer - Red Alert. WestWood 사, 미국, 1996
  2. Dune2, WestWood사, 미국, 1993
  3. Nilsson, N J., Problem-Solving Methods in Artificial Intelligence, McGraw-Hill, New York, 1971
  4. Stuart. Russel and Peter Norvig, Artificial Intelligence, Prentice- Hall, 1995
  5. War Craft 2-Tides of Darkness, Blizzard사, 미국, 1995
  6. YS Eternal, Falcom사, 일본, 1987