文件名称:贪食蛇 C语言代码
文件大小:11KB
文件格式:C
更新时间:2015-01-15 10:35:56
C语言 贪食蛇
struct snake {int x[100],y[100]; int node; int life; int direction; }snake; struct Food { int X,Y; int set; }food;
文件名称:贪食蛇 C语言代码
文件大小:11KB
文件格式:C
更新时间:2015-01-15 10:35:56
C语言 贪食蛇
struct snake {int x[100],y[100]; int node; int life; int direction; }snake; struct Food { int X,Y; int set; }food;