摘要: import pygame import random 初始化pygame pygame.init() 设置屏幕大小 screen_width = 800 screen_height = 600 screen = pygame.display.set_mode((screen_width, scre 阅读全文
posted @ 2025-06-21 10:49 不要命的蛋 阅读(37) 评论(0) 推荐(0)