python遊戲編程入門

import pygame import sys from pygame.locals import * pygame.init() screen = pygame.display.set_mode((600,500)) white = 255,255,255 blue = 0,0,200 myfont = pygame.font.Font(None, 60) textImage = myfont
相關文章
相關標籤/搜索