首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴夏殇的代码贴全部
#define N 200
#include <graphics.h>
#include <stdlib.h>
#include <dos.h>
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
int i,key;
int score=0;/*得分*/
int gamespeed=50000;/*游戏速度自己调整*/
......................
阅读全部 | 2015年3月19日 00:11
1
夏殇