搜索资源列表
一个基于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编写一定规模的游戏
g002
- 一个迷宫游戏,还有地图编辑器呢,完全源码-a maze game, the map editor? Entirely FOSS
3D迷宫游戏的源程序
- 用vb实现的3d迷宫游戏的代码-used to achieve the 3d maze game code
VC坦克走迷宫源码
- 数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序-data structure, the Maze experiments it into a game similar to the procedures for tanks
迷宫游戏源程序
- 这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
《迷宫》
- 这是一个用VG++写的迷宫游戏的程序。-this is a maze game which written with VC++
下载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.
迷宫问题1
- 此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。-This procedure is a little game of a maze, it can be controlled with the position key of the keyboard.
GameStart
- 迷宫游戏-maze games ................. .......
一个基于MIDP的迷宫游戏
- 一个基于j2me MIDP的迷宫游戏,一个简单的游戏制作。-a J2ME MIDP based on the maze game, a simple game.
Cmaze
- 利用栈和队等数据结构的算法逻辑,我自己做得一款迷宫游戏,很粗糙,但还可以啦!是火影版的呦!-stack and the use of data such as the structure of the algorithm logic, I was doing a new maze game, a very rough, it can also be! Yes strove version of the next adventure!
VB版的迷宫游戏源代码
- VB版的迷宫游戏源代码,非常不错的源码程序,新手可靠的参考(VB version of the maze game source code,.Rar)
迷宫游戏
- 设计一个迷宫游戏,给定迷宫的入口。如果存在出口,程序能够显示行走的路径,并最终到达出口,并输出“成功走出迷宫”;如果不存在出口,程序也能够显示行走的过程,并最终回退到入口,并输出“回退到入口” 1.定义二维数组 a 存储随机迷宫. 定义四个整型值用以存储用户输入的迷宫的长(m)宽(n)以及随机设定的入口(p)出口(q)。 定义一个字符ch接收回车键的输入. 定义整型值r与l表示当前在迷宫的位置。(Design a maze ga