摘要: import curses import random import time import os class SnakeGame: def __init__(self): # 初始化颜色 self.init_colors() self.min_height = 10 self.min_width 阅读全文
posted @ 2025-02-20 09:57 夜歌乘年少 阅读(28) 评论(0) 推荐(0)