Python实现飞机大战(1版本)

飞机大战: import pygame from pygame.locals import * import random import time #heroPlane子弹发射 class HeroBullet(): def __init__(self,x,y,windows): self.x=x self.y=y self.windows
相关文章
相关标签/搜索