搜索资源列表
Maze
- 由C语言编写的迷宫自动生成程序,需要将源代码中的graohic库指向正确的路径。该程序可以自动生成迷宫,并辅以走迷宫和演示迷宫搜索过程的函数。
huimie
- 这是毁灭巫师源码,类似传奇世界的45度视角,古装骑士背景,目前完成骑士的移动,这是用VC编写的,一些最佳路径搜索算法还是值得参考的,不要错过哦!
A
- 在C++下进行地图的最短路径搜索的A*算法 这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
Tetris
- 人机对战的俄罗斯方块游戏,AI策略采用数学公式计算每个可以放置方块的位置的得分,路径搜索采用A星搜索,从而实现人机对战-Human battle with AI in this tetris game.AI use mathematical formulas to compute the score of every enable position which can put block .Then I use A* algorithm to search path.
searchAgents
- pacman搜索代理 可以编辑自己的搜索路径 完成任务-pacman search agent can edit their own search path to complete the task