52ky 发表于 2022-9-22 16:10:20

迷宫游戏_C语言_附源码.rar

前段时间在看数据结构,里边有个迷宫求解的比如,
但没有迷宫程序,就自己写了个,
把它奉献给大家看看吧,迷宫规则已写出,就可以演练下数据结构里的迷宫求解的内容了
Maze.cpp是源文件,Maze.exe是编译后可执行的
游戏规则:
w—╲上
asd—╱左下右等
好多功能字母,每输入一个字母后请按下回车键即可
Maze.cpp
Maze.exe
游戏说明.txt
.....太多文件了略.....

(Some time ago, I was looking at the data structure, and there was a maze solution in it, for example,
But there is no maze program, so I wrote one myself,
Dedicate it to everyone to see, the maze rules have been written, you can practice the content of the maze solution in the data structure
Maze.cpp is the source file, Maze.exe is the compiled executable
game rules:
w—╲ on
asd—/ lower left, right, etc.
There are many multi-function letters, please press the Enter key after each letter
Maze.cpp
Maze.exe
game description.txt
.....too many files .....)




页: [1]
查看完整版本: 迷宫游戏_C语言_附源码.rar