# Game **Repository Path**: SuperGabriel/Game ## Basic Information - **Project Name**: Game - **Description**: pygame小游戏 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pygame小游戏 ## 打包成exe方法 在当前目录下使用以下命令 ``` pyinstaller main.py -F -w --distpath "./" ```