标签: pygame

1 篇文章

thumbnail
pygame基本使用
一、pygame使用流程 import pygame :导入pygame模块 pygame.init() :初始化,使用之前必须初始化 screen = pygame.display.set_mode…