import pygame from pygame.locals import * import random pygame.init() # create the window width = 500 height = 500 screen_size = (width, height) screen ...
確定! 回上一頁