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