摘要: import pygame import random import sys import time 游戏配置 class GameConfig: """游戏配置参数""" # 网格设置 GRID_SIZE = 20 GRID_WIDTH = 30 GRID_HEIGHT = 20 # 窗口大小 W 阅读全文
posted @ 2025-06-22 02:06 邓雁戈 阅读(12) 评论(0) 推荐(0)