摘要: import pygame import sys import random import os pygame.init() SCREEN_WIDTH = 800 SCREEN_HEIGHT = 600 GRAVITY = 0.5 JUMP_FORCE = -10 PIPE_SPEED = 5 PI 阅读全文
posted @ 2025-06-22 01:27 飕飕 阅读(26) 评论(0) 推荐(0)