# pyz_games **Repository Path**: azhai/pyz_games ## Basic Information - **Project Name**: pyz_games - **Description**: 用PyGame Zero制作的游戏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-07 - **Last Updated**: 2025-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用PyGame Zero制作游戏 ======================================= ## 安装和运行 要求Python 3.10及以上版本 ``` python3 -m pip install -U pygame pgzero python3 mine.py #扫雷 python3 life.py #细胞分裂 ``` ## 小游戏列表 * 扫雷 * 细胞分裂