摘要: 1 import pygame 2 from pygame.locals import * 3 4 pygame.init() 5 screen = pygame.display.set_mode((600, 500)) 6 pygame.display.set_caption("drawing a circle") 7 while True: 8 for event ... 阅读全文
posted @ 2016-12-04 23:58 废柴米老鼠 阅读(2142) 评论(0) 推荐(0) 编辑