第十三章
摘要:
import pygame import sys import random class Bird(object): """定义一个鸟类""" def __init__(self): """定义初始化方法""" self.birdRect = pygame.Rect(65, 50, 50, 50) 阅读全文
posted @ 2022-12-14 21:24 雪人头子 阅读(4) 评论(0) 推荐(0) 编辑
2022年12月14日 #
posted @ 2022-12-14 21:24 雪人头子 阅读(4) 评论(0) 推荐(0) 编辑
posted @ 2022-12-14 21:22 雪人头子 阅读(13) 评论(0) 推荐(0) 编辑
posted @ 2022-12-14 20:47 雪人头子 阅读(24) 评论(0) 推荐(0) 编辑
posted @ 2022-12-14 20:34 雪人头子 阅读(11) 评论(0) 推荐(0) 编辑
posted @ 2022-12-14 20:27 雪人头子 阅读(35) 评论(0) 推荐(0) 编辑