搜索资源列表
MazeGame
- 迷宫算法,console-maze algorithm console
MazeGame
- 迷宫游戏, 思路分明,代码简练,注释清晰,大家学习
mazegame
- 一款VS.net编写的迷宫游戏源代码,可在VS.net2003中打开并正常编译运行。-VS.net prepared a maze game source code, can be open and normal VS.net2003 run the compiler.
MazeGame
- 一个简单的手机游戏,学习J2ME是编写的第一个游戏-A simple cell phone games, study the preparation of J2ME are the first Games
mazegame
- c++编写的一个迷宫小游戏,能自己生成地图-c++ to prepare a maze game, can generate their own map
MazeGame
- 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。要求:1)老鼠形象可辨认,可用键盘操纵老鼠上下左右移动;2)迷宫的墙足够结实,老鼠不能穿墙而过;3)正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败;4)添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;5)找出走出迷宫的所有路径,以及最短路径。利用序列化功能实现迷宫地图文件的存盘和读出等功能-The beginning of t
MazeGame
- 一个小型的迷宫游戏,球可以从出口自动找到迷宫的出口。-A small maze game, the ball can be exported automatically find the maze exit.
mazegame
- 一个迷宫的游戏,两种模式!一种演示模式一种娱乐模式,自由选择!-A maze game, two modes! Of a demonstration model of a mode of entertainment and freedom of choice!
MazeGame
- Visual c++编的迷宫游戏~~~挺好的-Visual c++ compilation of the maze game is quite good ~ ~ ~ ~ ~ ~
6
- 提供规定的回调函数并与其他软件模块(MazeGame.exe)相互配合实现一个由计算机控制的走迷宫游戏。-Provision for the callback function with other software modules (MazeGame.exe) complement each other to achieve a computer-controlled maze game.
zhanglin
- 提供规定的回调函数并与其他软件模块(MazeGame.exe)相互配合实现一个由计算机控制的走迷宫游戏。-Provision for the callback function with other software modules (MazeGame.exe) complement each other to achieve a computer-controlled maze game.
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
MazeGame1
- mazegame c# vs .net develop-mazegame c# please try this mazegame maybe it is different, more entity and more location
MazeGame
- 大二时候用DARK GDK 写的迷宫小游戏,比较挫,不过挂起来哈,留作纪念-Maze game by DARK GDK
MazeGame
- ANDROID GAME SOURCE.IT s A SMALL MAZE GAME. Did it in hurry . Hope it s useful for someone
MazeGame
- 本程序参照网上一个特殊算法随机生成迷宫 该算法优点: 效率高,从入口到出口只有唯一路径,入口出口自己设定 该算法缺点: 宽度高度都必须为奇数,只能生成n*m矩阵迷宫-It makes the major function of the mazegame.