# ZGXQ **Repository Path**: eppear/zgxq ## Basic Information - **Project Name**: ZGXQ - **Description**: python版中国象棋 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-09 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 中国象棋程序 ## 程序简介 ## 运行步骤 ## 项目结构 ## 开发指南 ### 参考资料: https://www.byhy.net/py/qt/qt_01/ 协议说明:https://www.xqbase.com/protocol/cchess_move.htm 常用源: 国防科技大学: https://pypi.mirrors.ustc.edu.cn/simple/ ### 开发环境配置 #### 安装【必备软件】 #### 配置【相关环境变量】 #### 将代码存储库克隆到本地机器 #### 运行【初始化命令】安装项目依赖 pip install -r requirements.txt 更新依赖文件: ```shell pip freeze > .\requirements.txt ``` #### 运行【启动命令】启动开发环境 ### 开发规则说明 ## 部署与发布 --------------------------- python --------------------------- This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. --------------------------- 确定 ---------------------------