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
相關文章
相關標籤/搜索