python中利用pygame模塊輸出文字

import pygame,sys from pygame.locals import * pygame.init() #初始化pygame模塊 DISPLAYSURF = pygame.display.set_mode((400,300)) #長400,寬300 pygame.display.set_caption('Hello World!') BLACK = (0,0,0) GREEN =
相關文章
相關標籤/搜索