01pygame 框架學習

pygame安裝 安裝命令:pip3 install pygame -i https://mirrors.aliyun.com/pypi/simple/ pip3 install 庫名 -i 鏡像地址 最小框架 引用:初始化:處理:刷新。 1、引入:import 2.初始化:   init() 3、處理   while True: 4.刷新:update() Sys模塊的常見函數: sys是pyt
相關文章
相關標籤/搜索