基於pygame框架的打飛機小遊戲

import pygame from pygame.locals import * import time import random class Base(object): """docstring for Base""" def __init__(self,screen,x,y,image): self.screen = screen self.
相關文章
相關標籤/搜索