文件名称:开源迷宫游戏GRobot 1.5
文件大小:17KB
文件格式:GZ
更新时间:2012-04-07 15:04:08
开源 迷宫 C GCC GRobot
GRobot版1_5,用GCC4.3在Ubuntu 8.10下编译。 /* This Program is a robot walking in a 8*8 world * stand for the wall S stands for the Start Point E stands for the Exit /blank/ stand for the road You can type your our world in a text file. Using Yourworld.txt to have a test. Enjoy! Follow the GPLv3 licence @Author Jerry Shen @email jerry.shen@cognizant.com;jerry_shen_sjf@yahoo.com.cn @version 1.4 @compile with turboC for windows. */ 这是一个用C编写的探路机器人程序,你可以在文本文件中编写自己的世界地图运行。在console下用robot yourworld.txt运行,所有程序都在Robot.c 下,压缩包里包含的几幅地图,直接运行程序使用内置的地图。详细情况请见上述的注释。
【文件预览】:
GRobot1_5
----Robot(14KB)
----.Robot.c.swp(28KB)
----myworld.txt(72B)
----world2.txt(78B)
----Robot.c(11KB)
----wrongworld.txt(72B)
----wrong2.txt(80B)
----Robot.c~(11KB)
----robot.obj(4KB)