基于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.
相关文章
相关标签/搜索