搜索资源列表
一个基于MIDP的迷宫游戏
- 一个基于j2me MIDP的迷宫游戏,一个简单的游戏制作。-a J2ME MIDP based on the maze game, a simple game.
3D迷宫游戏的源程序
- 用vb实现的3d迷宫游戏的代码-used to achieve the 3d maze game code
迷宫游戏源程序
- 这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
下载DOS版和windows版的迷宫游戏全部代码
- 下载DOS版和windows版的迷宫游戏全部代码 -Download all of the codes for maze games in DOS and Windows edition.
非常好的迷宫游戏
- 一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的.-a very good arcade-style games, to go with the mouse to control the line can be returned.
迷宫游戏
- api写的迷宫小游戏,非常适合api的学习。
带小游戏的迷宫游戏_new
- 自己编写的带小游戏的迷宫游戏,非常好玩,重点是可以让初学者学习用C编写一定规模的游戏
flash迷宫游戏源码
- flash迷宫游戏源码,生命值,最短时间走出迷宫,flash migong
nwpu000000
- 一个mfc的迷宫游戏,很经典的,值得参考,值得一看-Mfc in a maze game, a very classic, it is also useful, see
migong
- 用JAVA写的迷宫游戏~可以自己找路~也可以自动寻找路径 -Written using JAVA maze game can find a way ~ ~ also can automatically search for the path
MGGame_2.7
- 一款VC++开发的迷宫游戏,界面很不错,清淅度高,用键盘控件兔子移动。可以显示小地图和大地图,左边为小,右边为大地图。迷宫是一款益智游戏,你相信你能从迷宫中走出吗?那就玩一把吧!-VC++ to develop a maze game, the interface is pretty good, clear mission and high mobile use keyboard control rabbits. Can display a small map and large map, le
skyblue_Rect
- 迷宫游戏:本源码是一个迷宫游戏代码。通过该代码可以开发更多的小型界面的游戏。-Maze Game: The source code is a maze game. The code can be developed through more small-scale game interface.
Maze~manual~operation
- 迷宫游戏的手动操作,游戏分了三个级别,完整的C++代码程序,程序准确无误-Maze game manual, games were divided into three levels, complete C++ Code procedures, procedures for accurate
Puzzle
- 简易迷宫游戏 适合初中级读者,设计位图操作、文件操作、键盘操作、简易地图等,主要是完整的设计思想-Simple maze game for junior high school-level readers, design bitmap operations, file operations, keyboard operation, simple maps, the main design idea is a complete
maze
- Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。-Maze Game Java Maze3D source, as long as the browser installed on JAVA interpreter will be able to run a maze of three-di
Source
- 用VC编程实现迷宫游戏。调试环境:Win XP;VC++ 6.0-Programming with VC games maze. Debugging environment: Win XP VC++ 6.0
migong
- 用MFC文档方式设计的迷宫游戏。已测试-MFC Document-style design with a maze game. Tested! !
迷宫游戏
- 一个十分简单的迷宫小游戏,能够随机产生迷宫,并寻得路径(A very simple maze game, can randomly generate mazes, and find the path)
VB版的迷宫游戏源代码
- VB版的迷宫游戏源代码,非常不错的源码程序,新手可靠的参考(VB version of the maze game source code,.Rar)
迷宫游戏
- 设计一个迷宫游戏,给定迷宫的入口。如果存在出口,程序能够显示行走的路径,并最终到达出口,并输出“成功走出迷宫”;如果不存在出口,程序也能够显示行走的过程,并最终回退到入口,并输出“回退到入口” 1.定义二维数组 a 存储随机迷宫. 定义四个整型值用以存储用户输入的迷宫的长(m)宽(n)以及随机设定的入口(p)出口(q)。 定义一个字符ch接收回车键的输入. 定义整型值r与l表示当前在迷宫的位置。(Design a maze game, given the entrance to the