飞机大战源码(python+pygame)
用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()#发射
用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()#发射