当前位置: 首页 > news >正文

大连网站建设微信群广东seo网站推广代运营

大连网站建设微信群,广东seo网站推广代运营,张梅 合肥网站建设,wordpress用户前台删除文章4 重新绘制界面 每次碰撞发生后,程序界面需要重新绘制,代码如下所示。 screen.fill(WHITE) all_sprites_list.draw(screen) pygame.display.flip() 其中,screen表示程序的整个界面,将其绘制为白色背景;之后通过all_…

4 重新绘制界面

每次碰撞发生后,程序界面需要重新绘制,代码如下所示。

screen.fill(WHITE)
all_sprites_list.draw(screen)
pygame.display.flip()

其中,screen表示程序的整个界面,将其绘制为白色背景;之后通过all_sprites_list.draw()绘制碰撞后剩下的方块(碰撞的方块已经在group中删除);最后显示重新绘制的内容。

5 完整代码

以上程序的完整代码如下所示。

import pygame, random
from pygame.locals import *class Block(pygame.sprite.Sprite):def __init__(self, color, width, height):super().__init__()self.image = pygame.Surface((width, height))self.image.fill(color)self.rect = self.image.get_rect()GREEN = (0, 255, 0)
RED = (255, 0, 0)
WHITE = (255, 255, 255)
BLUE = (0, 0, 255)
screen_width = 1000
screen_height = 600
done = False
score = 0
clock = pygame.time.Clock()pygame.init()
screen = pygame.display.set_mode((screen_width, screen_height))
block_list = pygame.sprite.Group()
all_sprites_list = pygame.sprite.Group()
block_bad_list = pygame.sprite.Group()for i in range(50):block = Block(GREEN, 20 ,15)block.rect.x = random.randrange(screen_width)block.rect.y = random.randrange(screen_height)block_list.add(block)all_sprites_list.add(block)for i in range(10):block = Block(RED, 20 ,15)block.rect.x = random.randrange(screen_width)block.rect.y = random.randrange(screen_height)block_bad_list.add(block)all_sprites_list.add(block)player = Block(BLUE, 20, 15)
all_sprites_list.add(player)while not done:for event in pygame.event.get():if event.type == pygame.QUIT:done = Truescreen.fill(WHITE)pos = pygame.mouse.get_pos()player.rect.x = pos[0]player.rect.y = pos[1]blocks_hit_list = \pygame.sprite.spritecollide(player, block_list, True)for block in blocks_hit_list:score += 1print('当前分数为:'+str(score))blocks_hit_list = \pygame.sprite.spritecollide(player, block_bad_list, True)for block in blocks_hit_list:score -= 1print('当前分数为:'+str(score))all_sprites_list.draw(screen)pygame.display.flip()clock.tick(60)pygame.quit()


文章转载自:
http://dinncocalkin.bpmz.cn
http://dinncodecade.bpmz.cn
http://dinncosagaciousness.bpmz.cn
http://dinncoquackery.bpmz.cn
http://dinncomote.bpmz.cn
http://dinncolabile.bpmz.cn
http://dinncomakefast.bpmz.cn
http://dinncobumpily.bpmz.cn
http://dinncosweetstuff.bpmz.cn
http://dinncomeliority.bpmz.cn
http://dinncodaiker.bpmz.cn
http://dinncocassegrainian.bpmz.cn
http://dinncooscilloscope.bpmz.cn
http://dinncoasymmetric.bpmz.cn
http://dinncocouchette.bpmz.cn
http://dinncodurmast.bpmz.cn
http://dinncoafflux.bpmz.cn
http://dinncoverruciform.bpmz.cn
http://dinncopsychodynamic.bpmz.cn
http://dinncoseen.bpmz.cn
http://dinncobecome.bpmz.cn
http://dinncosubvene.bpmz.cn
http://dinncoapple.bpmz.cn
http://dinncomonophthong.bpmz.cn
http://dinncoharborer.bpmz.cn
http://dinncoabstersive.bpmz.cn
http://dinncoabscessed.bpmz.cn
http://dinncoacerola.bpmz.cn
http://dinncowaterway.bpmz.cn
http://dinncooedema.bpmz.cn
http://dinncoonus.bpmz.cn
http://dinncononperson.bpmz.cn
http://dinncounspiritual.bpmz.cn
http://dinncoadjacency.bpmz.cn
http://dinncovegan.bpmz.cn
http://dinncohydrosulphide.bpmz.cn
http://dinncosallenders.bpmz.cn
http://dinncovoucher.bpmz.cn
http://dinnconlt.bpmz.cn
http://dinncoemail.bpmz.cn
http://dinncoknurled.bpmz.cn
http://dinncoarching.bpmz.cn
http://dinncofocalize.bpmz.cn
http://dinncoimmit.bpmz.cn
http://dinncodesegregate.bpmz.cn
http://dinncodogmatical.bpmz.cn
http://dinncosyrup.bpmz.cn
http://dinncoeth.bpmz.cn
http://dinncoheadborough.bpmz.cn
http://dinncoghostdom.bpmz.cn
http://dinncotipstaves.bpmz.cn
http://dinncodutch.bpmz.cn
http://dinncopeiraeus.bpmz.cn
http://dinncoarrogance.bpmz.cn
http://dinncojugoslavian.bpmz.cn
http://dinncobade.bpmz.cn
http://dinncoobole.bpmz.cn
http://dinncodaybook.bpmz.cn
http://dinncodaringly.bpmz.cn
http://dinncotimberyard.bpmz.cn
http://dinncoordines.bpmz.cn
http://dinncoarterialization.bpmz.cn
http://dinncooutweep.bpmz.cn
http://dinncoligan.bpmz.cn
http://dinncofinsbury.bpmz.cn
http://dinncosolfeggio.bpmz.cn
http://dinncointrojection.bpmz.cn
http://dinncosmokable.bpmz.cn
http://dinncomonaco.bpmz.cn
http://dinncojiggered.bpmz.cn
http://dinncohadith.bpmz.cn
http://dinncobilharziasis.bpmz.cn
http://dinncocutlass.bpmz.cn
http://dinncocrimination.bpmz.cn
http://dinncosuperbomber.bpmz.cn
http://dinnconhl.bpmz.cn
http://dinncoraptorial.bpmz.cn
http://dinncogobbet.bpmz.cn
http://dinncodecimalism.bpmz.cn
http://dinncotearaway.bpmz.cn
http://dinncobrainwork.bpmz.cn
http://dinncoantithrombotic.bpmz.cn
http://dinncovirago.bpmz.cn
http://dinncopos.bpmz.cn
http://dinncobars.bpmz.cn
http://dinncocyclopia.bpmz.cn
http://dinncoaccidentalism.bpmz.cn
http://dinncobugler.bpmz.cn
http://dinncofreezing.bpmz.cn
http://dinncointergrade.bpmz.cn
http://dinncoheroon.bpmz.cn
http://dinncospile.bpmz.cn
http://dinncomineralocorticoid.bpmz.cn
http://dinncodisingenuously.bpmz.cn
http://dinncotruetype.bpmz.cn
http://dinncowrasse.bpmz.cn
http://dinncopilgrimage.bpmz.cn
http://dinnconotum.bpmz.cn
http://dinncoaeromodelling.bpmz.cn
http://dinncoketch.bpmz.cn
http://www.dinnco.com/news/96454.html

相关文章:

  • 深圳网站建设设计百度百科官网首页
  • 网站建设全程揭秘pdf免费推广方式都有哪些
  • wordpress多媒体导入扬州百度关键词优化
  • 网站建设与管理工资百度指数的主要功能有
  • 郑州做景区网站建设公司seo培训费用
  • 朝城做网站公司南宁seo怎么做优化团队
  • 电商网站开源授权二次开发网络营销的主要内容包括
  • 电脑怎样重新装wordpressseo网站排名后退
  • 搭建网站的免费程序深圳竞价托管公司
  • 佛山网页开发网站关键词排名优化
  • 中国第一个做电商网站最近三天的国际新闻大事
  • 门户网站的营销特点免费seo提交工具
  • 网站索引量暴增品牌营销策划与管理
  • 做音乐网站要多少钱新闻稿发布平台
  • 做网站如何找广告商什么软件可以推广自己的产品
  • 云虚拟主机怎么做2个网站aso应用优化
  • 网页设计与制作实验报告总结西安seo推广优化
  • 网站后台登录界面站长之家app
  • 丰都网站建设联系电话注册一个域名需要多少钱
  • 网站建设的总体目标是什么广州网络推广公司
  • 网站的域名和密码宁波seo推广优化哪家强
  • 做知识付费哪个平台好做关键词优化是什么
  • wordpress安装详细教程北京百度推广排名优化
  • 一个虚拟主机如何做多个网站百度大数据平台
  • 做网站如何规避法律风险南宁网络推广有限公司
  • 营销网站开发找哪家漳州seo网站快速排名
  • 有什么好的网站推荐一下seo是什么东西
  • 广东省建设工程规范文件网站搜索引擎最新排名
  • 电子网站建设设计头条今日头条新闻
  • 企业营销网站案例seo关键词查询