1. 首页
  2. 编程语言
  3. Python
  4. 飞机大战源码(python+pygame)

飞机大战源码(python+pygame)

上传者: 2019-04-27 21:02:43上传 RAR文件 4.08MB 热度 53次
用python+pygame实现的飞机大战的源码,包含资源,可直接运行。通过鼠标控制。whileTrue:foreventinpygame.event.get():ifevent.type==pygame.QUIT:pygame.quit()exit()#绘画背景screen.blit(background,(0,0))#检测游戏状态ifnotgameover:#定位鼠标的x,y坐标x,y=pygame.mouse.get_pos()#发射
用户评论