坦克源代码.docVIP

  • 22
  • 0
  • 约2.11万字
  • 约 28页
  • 2017-12-22 发布于河南
  • 举报
坦克源代码

坦克源代码 # include graphics.h # include stdio.h # include time.h # pragma comment(lib,Winmm.lib) typedef struct TanKe { int x; int y; int z; int color; bool live; int d[40][2][3]; }TanKe,*pTanKe; typedef struct BaiZhuan { int x; int y; bool exist; }BaiZhuan,*pBaiZhuan; typedef struct LvZhuan { int x; int y; }LvZhuan,*pLvZhuan; typedef struct HongZhuan { int x; int y; bool exist; }HongZhuan,*pHongZhuan; void start(void); void start_(void); void GongLue(void); void MiJi(void); void lost(bool *, int *,int *); void GameOver(void); void win(pHongZhuan phongzhuan,bool *, bool *, bool *,

文档评论(0)

1亿VIP精品文档

相关文档