pygame 圖像處理方面學習筆記----基礎部分

2019獨角獸企業重金招聘Python工程師標準>>> #pygame基礎筆記 首先需要理解pygame的機制: 如下圖所示(圖片來自make game with python and pygame一書) ##看示例代碼,學習基本知識 <pre><code> import sys, pygame pygame.init() size = width, height = 320, 240 speed
相關文章
相關標籤/搜索