利用pygame編寫簡單遊戲

# -*- coding: UTF-8 -*- import pygame,threading,random import sys class Game: #建立遊戲類 def __init__(self): pygame.init()
相關文章
相關標籤/搜索