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

J4 ›› 2008, Vol. 30 ›› Issue (2): 49-50.

• 论文 • 上一篇    下一篇

基于动态存储结构的地图贴图算法的改进与实现

李艳辉 李军   

  • 出版日期:2008-02-01 发布日期:2010-05-19

  • Online:2008-02-01 Published:2010-05-19

摘要:

游戏地图的算法在整个游戏设计中占有重要地位。通过对游戏地图算法的研究,本文对游戏地图贴图算法中的效率问题进行了分析,提出了改进算法,并在Visual C++的环境下实现。通过改进地图图块的存储方法,将地图图块的句柄和地图图块的索引值等数据以二叉排序树结构的方式存储,使动态树可以随游戏的进度动态地往地图上添加图块,结构灵活,速度快。

关键词: 游戏地图 地图贴图算法 存储结构 二叉排序树

Abstract:

The game map algorithm plays an important part in game designing. Through analyzing the efficiency problem of the game map algorithm,we put forward an  improvement algorithm code map, and implement it in the Visual C++ environment. The improvement is the storage method of the map stock, which stores   the handles and indexes of the map, using the binary sort tree structure. The improved algorithm can dynamically add image blocks to the map with the p rogress of the game, and its structure is flexible and features a high speed.

Key words: game map;map algorithm, storage structure;binary sort tree