摘要: 1 # -*- coding:utf-8 -*- 2 # Author:Sure Feng 3 4 import pygame 5 from plane_sprites import * 6 7 class PlaneGame(object): 8 """飞机大战游戏""" 9 10 def __init__(self): 11 ... 阅读全文
posted @ 2018-11-08 21:51 sure_feng 阅读(203) 评论(0) 推荐(0) 编辑