搜索资源列表
migong
- 用C++实现迷宫程序 ,开发环境为C++。
tangbiao132
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
迷宫问题的算法
- 迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
d_3dmg
- 迷宫小游戏,可以自己编辑地图,基于OpenGL平台实现的。-Maze game, you can edit their own map, based on the OpenGL platform.
migong
- 用C++编写的迷宫小游戏,可以自己画出迷宫,实现不同级别的迷宫游戏-Written in C++ maze game, you can draw their own maze, maze game to achieve different levels of
maze-code
- 通过C语言实现迷宫小游戏,让大家体验自己编程序的乐趣-C language maze game , fun to let everyone experience their own programmed
mgcpp11
- 迷宫算法的c++完整实现,供游戏开发者学习参考-The the maze algorithm of c++ complete implementation for game developers learning reference