会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sure_feng
博客园
首页
博问
闪存
新随笔
订阅
管理
2018年11月8日
02_练习项目:飞机大战
摘要: 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)
编辑