ZIP一个简单的C语言寻路程序,当做入门练手2301_787574326.09KB需要积分:1立即下载资源文件列表: maze_game.zip 大约有6个文件 maze_game/find_element.c 4KB maze_game/labyrinth.h 2.21KB maze_game/main.c 2.56KB maze_game/maze_map.txt 544B maze_game/obtain_maze_information.c 2.94KB maze_game/player_poeration.c 7.76KB 资源介绍: 可直接运行,点个赞吧 """ //test/maze_game/maze_map.txt '*':wall, ' ':passage, 'S':start, //There can be only one "start" 'E':end """ ------------------------------------------- * ***********E**** ********************* ********* ****************************** *** * * S ******* * ************************************** * **************** ********************* * **************** ********************* * **************** ********************* -------------------------------------------