【实例简介】

用Qt5做的一个弹力球小游戏,Qt5及版本以上能直接运行。这个小游戏代码比较多,希望下载的同学能改进,一起交流。

【实例截图】

【核心代码】

9137bea4-84cc-4b28-9ae0-3546cb93937c

└── BlockBreaker

├── abstractball.cpp

├── abstractball.h

├── abstractbrick.cpp

├── abstractbrick.h

├── abstractplank.cpp

├── abstractplank.h

├── abstractsurprisingbrick.cpp

├── abstractsurprisingbrick.h

├── accelerateplankbrick.cpp

├── accelerateplankbrick.h

├── addballbrick.cpp

├── addballbrick.h

├── ballfactory.cpp

├── ballfactory.h

├── bigball.cpp

├── bigball.h

├── BlockBreaker.pro

├── BlockBreaker.pro.user.637a20d

├── BlockBreaker.pro.user.a368554

├── bordersquare.cpp

├── bordersquare.h

├── brickfactory.cpp

├── brickfactory.h

├── decelerateplankbrick.cpp

├── decelerateplankbrick.h

├── fastball.cpp

├── fastball.h

├── fastplank.cpp

├── fastplank.h

├── forbiddensquare.cpp

├── forbiddensquare.h

├── gamelevel.h

├── gamescene.cpp

├── gamescene.h

├── gamewindow.cpp

├── gamewindow.h

├── gamewindow.ui

├── gift.cpp

├── gift.h

├── hardbrick.cpp

├── hardbrick.h

├── harderbrick.cpp

├── harderbrick.h

├── hardestbrick.cpp

├── hardestbrick.h

├── icon.ico

├── icon.rc

├── image

│   ├── background

│   │   ├── background(1).png

│   │   ├── background.png

│   │   ├── background - 副本.png

│   │   └── Thumbs.db

│   ├── ball

│   │   ├── bigBall.png

│   │   ├── fastBall.png

│   │   ├── normallBall.png

│   │   ├── slowBall.png

│   │   ├── smallBall.png

│   │   ├── superBall.png

│   │   └── Thumbs.db

│   ├── gift

│   │   ├── acceleratePlankBGift.png

│   │   ├── addBallGift.png

│   │   ├── deceleratePlankGift.png

│   │   ├── shrinkPlankGift.png

│   │   ├── stretchPlankGift.png

│   │   └── Thumbs.db

│   ├── icon

│   │   └── backgroundControler.png

│   └── plank

│   ├── fastPlank.png

│   ├── longerPlank.png

│   ├── normalPlank.png

│   ├── shorterPlank.png

│   ├── slowPlank.png

│   └── Thumbs.db

├── image.qrc

├── longerplank.cpp

├── longerplank.h

├── main.cpp

├── music

│   ├── background.mp3

│   ├── ballAdded.wav

│   ├── brickCollided.wav

│   ├── brickDestroyed.wav

│   ├── gameLose.mp3

│   ├── gameWin.mp3

│   └── plankCollided.wav

├── music.qrc

├── normalball.cpp

├── normalball.h

├── normalbrick.cpp

├── normalbrick.h

├── normalplank.cpp

├── normalplank.h

├── plankfactory.cpp

├── plankfactory.h

├── shorterplank.cpp

├── shorterplank.h

├── shrinkplankbrick.cpp

├── shrinkplankbrick.h

├── slowball.cpp

├── slowball.h

├── slowplank.cpp

├── slowplank.h

├── smallball.cpp

├── smallball.h

├── stretchplankbrick.cpp

├── stretchplankbrick.h

├── superball.cpp

└── superball.h

8 directories, 105 files

java写弹力球游戏,用Qt5做的弹力球小游戏相关推荐

  1. html做的小游戏,用Html做一个“快乐鸟”小游戏

    入门学习前端的时候做了这么一个简单的小游戏,为了将自己所学到的知识运用起来. 这里可以看出还是有BUG的,死亡动画不是在死亡的瞬间触发 做这个小游戏用到了: html css jQuery 然后这个小 ...

  2. Java坦克大战,基于Swing编写很哇塞的小游戏,可以做课程设计毕业设计

    Java坦克大战,基于Swing编写很哇塞的小游戏,可以做课程设计毕业设计 有图有真相 操作方法:ASDW控制移动,鼠标控制炮筒旋转,鼠标左键开枪,空格发射炮弹, 开发思路是标准的游戏开发思路,单线程 ...

  3. 利用pgzero做一个接球的小游戏

    利用pgzero做一个接球的小游戏 说明 pgzero为python的一个用于游戏制作的库,它基于pygame模块 可用如下命令去安装 pip install pygame pip install p ...

  4. 用 typescript 做一个贪吃蛇小游戏

    typescript 做一个贪吃蛇小游戏 搭建环境 创建 tscofig.json 文件 配置如下 {"compilerOptions": {"target": ...

  5. 用Python代码做一个简单数字小游戏

    #作者是一个十三岁的小男孩. 编辑工具 电脑Python 需要模块 random #今日用代码做一个猜数小游戏 #话不多说,上代码!!! import random number = random.r ...

  6. Easyx图形库+C++做一个贪吃蛇小游戏 数据结构课程设计

    Easyx图形库+C++做一个贪吃蛇小游戏 数据结构课程设计 程序界面 ① 游戏开始界面(如下图): 显示游戏标题,提供"开始游戏"."游戏模式"和" ...

  7. python小游戏代码200行左右,python编程小游戏代码

    大家好,本文将围绕python小游戏代码200行左右展开说明,小游戏程序代码python是一个很多人都想弄明白的事情,想搞清楚python编程小游戏代码需要先了解以下几个事情. 1.python简单小 ...

  8. cmd小游戏_使用pygame制作Flappy bird小游戏

    原文链接: [Python]使用Pygame做一个Flappy bird小游戏(一)​mp.weixin.qq.com 最近看到很多大佬用强化学习玩Flappy bird.所以打算也上手玩一玩,但是苦 ...

  9. 计算机公开课课前互动小游戏,幼儿园10个师幼互动小游戏 让你的课堂马上活跃嗨起来!...

    幼儿园游戏首先吸引的还是孩子,毕竟现在幼儿园都是遵从寓教于乐的教学方式!所以幼儿园游戏主要还是力求变新,让孩子在你的游戏影响下充分展现自己对于学习的积极性和渴望性,教师运用合理好玩的游戏还可以优先提升 ...

最新文章

  1. [转]在Eclipse中使用JUnit4进行单元测试(中级篇)
  2. python3.6 在 windows10 下使用pycrypto
  3. 第80节:Java中的MVC设计模式
  4. Uri编码,包括javascript前端与C#服务器端
  5. 教你获取WindowsNT的Admin权限的方法
  6. 大地发生了变化写具体_小学语文三年级下册期末检测卷 (2)
  7. web_cache_server -- Varnish
  8. Fibonacci Knapsack
  9. Python调用微博API获取微博内容
  10. echarts 柱状图颜色_echarts的实战案例一些(二)
  11. mysql 多个值求和_SQL优化大神玩转MySQL函数系列(2)LEAST,SUM的应用
  12. linux下安装redis 3.2.1
  13. matlab安装mosek工具包
  14. WPS简历模板的图标怎么修改_最新8000套设计师面试作品集:模板+插画+海报+图标+简历...
  15. Spark入门基础教程
  16. php的chunk_split,php函数chunk_split详解
  17. 如何才能学好UI设计 Logo设计有哪几个要素
  18. 正则^[a-zA-Z\d]+$
  19. 教育行业的特斯拉,从无人驾驶到无人教学
  20. 什么是BOM(Byte Order Mark)?

热门文章

  1. Docker-本地镜像发布到阿里云
  2. C/C++编程-分层模块化-数据交互
  3. typecho去掉index.php
  4. Python的select.select()函数初探
  5. Python爬虫利器之PhantomJS的用法
  6. 【短信验证】手机登录短信验证
  7. iOS 10正式发布:十大新功能,更注重人性化
  8. educoder:实验六 多重循环
  9. 网页服务器打开数据库连接很慢,登录进入点晴OA或打开SQL server很慢的解决办法:开启TCP/IP支持...
  10. 彻底删除虚拟光驱Daemon tools