飞机大战源码(python+pygame)

翼晗 52 0 RAR 2019-04-27 21:04:43

用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()#发射

用户评论
请输入评论内容
评分:
暂无评论