利用pygame编写简单游戏

# -*- coding: UTF-8 -*- import pygame,threading,random import sys class Game: #建立游戏类 def __init__(self): pygame.init()
相关文章
相关标签/搜索