搜索资源列表
MazeGame
- 迷宫游戏, 思路分明,代码简练,注释清晰,大家学习
mazegame
- c++编写的一个迷宫小游戏,能自己生成地图-c++ to prepare a maze game, can generate their own map
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
- 这是一个用C变编写的迷宫小程序,这里是以文档的形式给出-This is a maze with C changed little program written in here is given in the form of the document
MazeGame
- 小游戏,运用简单的c语言语句以及通过处理数组的方式在doc界面下实现人机交流-Game, using a simple c-language statement, and the manner by addressing the array to achieve human-machine interface in communication doc
Mazegame
- java随机迷宫游戏源码 设置一个迷宫(如:大小10×10、16×16等) 迷宫固定一个入口,一个出口 设计算法来找出走出迷宫的路线 如果迷宫是死胡同,则提示并结束游戏-Java random maze game the source code Setting a maze (such as: size 10 x 10, 16 x 16, etc.) Fixed a maze entrance, a export Design algorithm to find ou
MazeGame
- 一个简单的文字RPG游戏引擎,可以自己添加各种剧情和功能-A simple text RPG game engine, you can add your own story and features a variety of
MazeGame
- 大二时候用DARK GDK 写的迷宫小游戏,比较挫,不过挂起来哈,留作纪念-Maze game by DARK GDK
MazeGame
- 本程序参照网上一个特殊算法随机生成迷宫 该算法优点: 效率高,从入口到出口只有唯一路径,入口出口自己设定 该算法缺点: 宽度高度都必须为奇数,只能生成n*m矩阵迷宫-It makes the major function of the mazegame.
mazegame
- 手机游戏模拟器,老鼠闯地宫。基于ARM。-Mobile phone game simulator, the mouse ran underground palace. Based on the ARM.
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