搜索资源列表
超经典推箱子游戏
- 推箱子这游戏就不用介绍了吧 本程序算法巧妙,自动生成地图,支持鼠标点击自动搜索路径,是学习vc编程的好例子-viewing this game would not have introduced it this procedure clever algorithm automatically generated maps, support for mouse clicks automatically search path is studying vc good example of progr
maze
- 我收藏的python下的迷宫路径搜索,用的是回溯法。为方便起见,程序没有记录行走路径,只输出路径所经历过的方块。
sokoban
- 推箱子游戏,包含复杂的人工智能,能自动搜索行走及箱子推动的路径。
Maze
- 由C语言编写的迷宫自动生成程序,需要将源代码中的graohic库指向正确的路径。该程序可以自动生成迷宫,并辅以走迷宫和演示迷宫搜索过程的函数。
huimie
- 这是毁灭巫师源码,类似传奇世界的45度视角,古装骑士背景,目前完成骑士的移动,这是用VC编写的,一些最佳路径搜索算法还是值得参考的,不要错过哦!
No1
- 用Delphi编写的方块连线游戏——具有基本的路径搜索功能。
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
MantisChess
- 实现了一个中国象棋,自动搜索路径,但没有自学习方式-The realization of a Chinese chess, automatic search path, but no self-learning mode
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.
migong
- 迷宫游戏,采用宽度搜索算法找到走出迷宫的最短路径-Maze game, with the width of the maze search algorithm to find the shortest path
testsplash
- 五子棋程序,此程序比较简单;算法较容易,搜索路径很复杂,基本是全局比较;智能性不高;适合刚学习编程的人员。-fivechess
eight
- 八数码拼图游戏的求解程序,通过双向广度优先搜索算法,输出最优解的路径.-Eight digital jigsaw puzzle solving process, through bi-directional breadth-first search algorithm, the optimal solution output path.
mataqipan
- 马踏棋盘程序为标准的win32应用,在tc环境下编写完成,功能是在国际象棋棋盘上搜索马从一格不重复的跳遍所有格路径。-failed to translate
QQgame
- 不搜索路径直接打开QQ游戏,是一个很不错的源码-Not the search path directly open the QQ 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.
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.
No1
- 用Delphi编写的方块连线游戏——具有基本的路径搜索功能。-Delphi used to connect the box to prepare the game- have a basic path search function.
QQgame
- 不搜索路径直接打开QQ游戏,是一个很不错的源码-Not the search path directly open the QQ game
searchAgents
- pacman搜索代理 可以编辑自己的搜索路径 完成任务-pacman search agent can edit their own search path to complete the task
homework_game
- 就是一个用MATLAB实做的小游戏,包括了游戏界面,自动寻路算法,自动搜索最短路径等等。(A small game of maze used Matlab)