pygame 练习 五子棋
摘要:1 import pygame 2 from pygame.locals import * 3 pygame.init()#导入,初始化 4 # 一些初始化的东西 5 ScreenSize=(800,800) 6 font=pygame.font.SysFont('ubuntumono',30)#这
阅读全文
posted @ 2020-06-25 23:29
posted @ 2020-06-25 23:29
posted @ 2020-06-25 22:38