赞
踩
代码如下
import pygame import sys # 初始化Pygame pygame.init() # 游戏窗口尺寸 WIDTH, HEIGHT = 800, 600 # 颜色定义 WHITE = (255, 255,