摘要: import pygame,sys,math from pygame.locals import * pygame.init() screen = pygame.display.set_mode((600,500)) pygame.display.set_caption("The Pie game 阅读全文
posted @ 2018-09-20 22:01 zju_cxl 阅读(78) 评论(0) 推荐(0) 编辑
摘要: import pygame,sys; from pygame.locals import * pygame.init() screen = pygame.display.set_mode((700,600)) pygame.display.set_caption("Drawing Rectangle 阅读全文
posted @ 2018-09-20 21:59 zju_cxl 阅读(108) 评论(0) 推荐(0) 编辑
摘要: import pygame,sys,math from pygame.locals import * pygame.init() screen = pygame.display.set_mode((600,500)) pygame.display.set_caption("Drawing Arcs" 阅读全文
posted @ 2018-09-20 21:58 zju_cxl 阅读(89) 评论(0) 推荐(0) 编辑