资源简介
一款用QT开发的射击小游戏,里面包括打包好的游戏程序和源代码
代码片段和文件信息
#include “cannon.h“
#include
#include
#include ame>
#include
#include
#include
#include
#include
#include
CannonField::CannonField(QWidget *parent const char *name)
:QWidget(parentname)
{
//QPalette palette;
//QPixmap pixmap(“:/6.png“);
//palette.setBrush(QPalette::BackgroundQBrush(pixmap));
//this->setPalette(palette);
gameEnded = false;
newTarget();
ang=45;
f=0;
timerCount=0;
autoShootTimer = new QTimer(this“movement handler“);
connect(autoShootTimerSIGNAL(timeout())thisSLOT(moveShot()));
shoot_ang=0;
shoot_f=0;
//setPalette(QPalette(QColor(250250200)));
/*Qframe *frame = new Qframe;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1870281 2013-04-29 20:14 Shoot\6.png
文件 6061 2013-04-30 21:59 Shoot\cannon.cpp
文件 1257 2013-04-30 19:06 Shoot\cannon.h
文件 3409 2013-04-30 21:57 Shoot\gamebrd.cpp
文件 497 2013-04-30 19:06 Shoot\gamebrd.h
文件 1936 2013-04-30 21:57 Shoot\lcdrange.cpp
文件 838 2013-04-30 19:06 Shoot\lcdrange.h
文件 3425 2013-04-30 22:55 Shoot\main.cpp
文件 138 2013-04-26 20:10 Shoot\mainwindow.cpp
文件 233 2013-04-26 20:10 Shoot\mainwindow.h
文件 84 2013-04-29 20:27 Shoot\res.qrc
文件 479 2013-04-30 22:55 Shoot\Shoot.pro
文件 21214 2013-05-01 00:22 Shoot\Shoot.pro.user
目录 0 2013-05-01 00:55 Shoot
----------- --------- ---------- ----- ----
1909852 14
相关资源
- 微信小程序 贪吃蛇游戏源码下载542
- java 贪吃蛇小游戏代码
- 少儿编程:格斗游戏源码(scratch 2.0)
-
Flash 2048游戏(actionsc
ript3.0) - 易语言:生死狙击辅助
- scratch飞机大战(小游戏源码)
- Qt学习总结.zip
- 基于qt+opencv的人脸识别
- 太空射击游戏(unity)
- cocos creator 消灭星星(关卡类游戏源码
- GPRS模块GA6和STM32F103C8T6单片机上移植
- QT设计图标登录及三个游戏设计潜艇游
- 基于ZigBee的智能家居系统QT界面渲染
- 超级马里奥(Scratch3.0游戏源码).sb
- 少儿编程:海底世界小游戏源码(scr
- 少儿编程:见缝插针小游戏源码(scr
- 少儿编程:迷宫探险小游戏源码(scr
- 少儿编程:疯狂接苹果小游戏源码(
- 少儿编程:一起来找茬小游戏源码(
- 少儿编程:梦幻拼图小游戏源码(scr
- scratch打球游戏源码.sb3
- scratch乒乓游戏 sb3
- scratch猫抓老鼠游戏源码(.sb3)
- scratch飞机闯关游戏(.sb2)
- 少儿编程:打字小游戏源码(scratch 3
- Qt+opencv+摄像头+人脸检测
- 10个scratch小游戏源码
- ios 2048 游戏代码
- swift 消消乐 游戏
- flash切水果游戏
评论
共有 条评论