Pygame 是一套用来写游戏的Python模块。 ... import sys, pygame pygame.init() size = width, height = 320, 240 speed = [2, 2] black = 0, 0, ...
確定! 回上一頁