pygame 外星人入侵 1 加載飛船

前提 安裝好 pygame 在cmd 中 pip install pygame 即可 一、窗口構建 import sys import pygame def run_game(): # 初始化並創建一個屏幕對象 pygame.init() screen = pygame.display.set_mode((1200,800)) pygame.display.set
相關文章
相關標籤/搜索