首先我们要安装Pygame模块pip install pygame 基本的程序结构# -*- coding=utf-8 -*- import pygame pygame.init() #这里是游戏代码pygame.quit() 设置窗口大小(这里 ...
確定! 回上一頁