VC 写的飞机游戏.rar

时间:2022-07-30 03:32:21
【文件属性】:

文件名称:VC 写的飞机游戏.rar

文件大小:57KB

文件格式:RAR

更新时间:2022-07-30 03:32:21

VC 源码-游戏实例

VC 写的飞机游戏   变量声明:   //显示信息   void DrawMessage(CDC*pDC,int width,int height);   //火力位图是否出现   void FireOutIf();   //子弹移动   void shotmove();   //敌机发射子弹   void Enemyshot();   //敌机出现   void Enemyplaneout();   //我方射击   void Shot();   //设置透明位图   //透明色   COLORREF cTransparentColor;   //飞机爆炸位图   CBitmap enemydead;   //敌机子弹位图   CBitmap bmenemyshot;   //敌机位图   CBitmap enemy;   //我方子弹   CBitmap bmshot;   //我方飞机   CBitmap plane;   //我方飞机数量   short numplane;   //背景数组   int back[15][12];   //飞机出现位置   int xStart,yStart;   //火力位图   CBitmap bmfire;   //火力位置   CPoint pointfire;   //是否出现   bool iffire;   //火力强度   int fire;


【文件预览】:
codesc.net
----飞机游戏()
--------res()
--------6_1View.h(2KB)
--------6_1.dsw(531B)
--------6_1Doc.cpp(2KB)
--------Game.cpp(8KB)
--------6_1.dsp(5KB)
--------6_1.aps(819KB)
--------6_1View.cpp(6KB)
--------6_1Doc.h(1KB)
--------StdAfx.cpp(205B)
--------MainFrm.cpp(3KB)
--------resource.h(905B)
--------6_1.rc(11KB)
--------Game.h(1KB)
--------MainFrm.h(2KB)
--------StdAfx.h(1KB)
--------6_1.cpp(4KB)
--------6_1.h(1KB)
--------6_1.clw(2KB)
--------ReadMe.txt(4KB)

网友评论