说明: this is a TC defin#define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int score=0;/*得分*/ int gamespeed=50000;/*游戏速 度自己调整*/ struct Food { int x;/*食物的
<zxz012> 上传 | 大小:5kb