pygame 學習記錄

話不多說上代碼: import pygame import sys pygame.init() size = width, height = 900, 700 speed = [-2, 1] bg = (255, 255, 255) #RGB screen = pygame.display.set_mode(size) pygame.display.set_caption("初次見面,多多關照")
相關文章
相關標籤/搜索