搜索资源列表
MazeGame
- 迷宫游戏, 思路分明,代码简练,注释清晰,大家学习
MazeGame
- 1.利用vc 6.0编辑器编写的一个迷宫小游戏程序。 2.利用方向键兔子走动,左边为小地图,右边大地图。 3.本游戏代码仅供学习参考,不可以用作商业用途。 作者:袁子 QQ:276081463-1. Using vc 6.0 editor to write a maze of small games. 2. Use the arrow keys to move around the rabbit, the left is a small map, large map on the r
MazeGame
- 大二时候用DARK GDK 写的迷宫小游戏,比较挫,不过挂起来哈,留作纪念-Maze game by DARK GDK
MazeGame
- 本程序参照网上一个特殊算法随机生成迷宫 该算法优点: 效率高,从入口到出口只有唯一路径,入口出口自己设定 该算法缺点: 宽度高度都必须为奇数,只能生成n*m矩阵迷宫-It makes the major function of the mazegame.
mazegame
- maze目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-maze directory contains four maze-related source code: simple maze generation algorithm, complex maze generation algorithm, a simple maze search algorithm, complex
Mazegame
- 迷宫小游戏,比较简单,每次动态初始化迷宫,个人感觉挺有意思-Maze game, relatively simple, dynamic initialization of each maze, personal feeling quite interesting
MazeGame
- 一款自己开发的简单迷宫小游戏,基于visual C++6.0,可供初学者学习。-Their development of a simple maze game, based on visual C++6.0, for beginners to learn.
MazeGame
- 用Java实现的走迷宫游戏,并附有报告进行说明-Java implementation Maze Game