# pygames **Repository Path**: zqzzhou/pygames ## Basic Information - **Project Name**: pygames - **Description**: 小甲鱼的摩擦和飞机大战游戏简单实现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-15 - **Last Updated**: 2022-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README #需要 python3.6及以上版本 pygame #开始游戏 #使用命令行启动摩擦小游戏 cd moca/ python main.py #使用命令行启动飞机大战小游戏 cd planeward/ python main.py