资源列表
Maze-by-C--program
- 在C语言编译环境下,用C源代码编写“迷宫”益智小游戏-Maze by C program
Maze-copy.java
- source code to create a maze, without the graphical part
Maze-Game100
- 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game
maze-generator
- An small game that can generate a maze of specific size.
maze
- 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
maze101
- a program i which turtle moves on a grid
maze102
- 本程序中,以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫数据输入的形式为一个以 回车符 为结束标志且允许出现重复字符-This program, with an m × n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Maze of data input in the form of a " carriage return&quo
maze11
- 迷宫,可以从文件读取,也可以自己输入迷宫。-Maze, you can read from the document, but also can enter the maze.
maze1104
- 走迷宫 Find a path through the maze to any space character in the perimeter of the maze. Paths through the maze are denoted by a space character and walls by any other non white-space character (apart from . characters).-Maze Find a path through the maz
MazeFindPath
- 用矩阵表示的迷宫,用队列实现最短路径发现。-matrix said maze, with the shortest path to achieve cohort found.
MazeGame101
- 这是一个用C变编写的迷宫小程序,这里是以文档的形式给出-This is a maze with C changed little program written in here is given in the form of the document
MazeMap
- 使用java写的一个迷宫小程序,是一个窗口形式的程序,可以生成和寻找通路-Using java to write a small maze procedure, is a window in the form of program that can generate and search paths
