From 46d999339430e71d91a1fa5dd55000f94a8e7d34 Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Mon, 7 Jul 2025 09:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- game_mode.h | 4 ++-- 五子棋.c | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c06ef0e..2defef9 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,16 @@ һʹCʵֵ˻սϵͳ Alpha-Beta ֦Ż Minimax 㷨֧Զ̴СϷ浵ʵʱ塣 ## -- ?? ˻սģʽ +- ˻սģʽ - chessboard Զ̳ߴ (5x525x25) -- ? ༶AIѶ (1-5ɵ) -- ? ԶϷ浵 -- ? ʵʱԾֿϵͳ -- ?? 幦 (ɳһ) -- ?? ն˽ʾ -- ?? 걸֤ (ȷû붼ЧΧ) -- ?? ѡĻغϼʱ -- ? ԶϷ¼ +- ༶AIѶ (1-5ɵ) +- ԶϷ浵 +- ʵʱԾֿϵͳ +- 幦 (ɳһ) +- ն˽ʾ +- 걸֤ (ȷû붼ЧΧ) +- ѡĻغϼʱ +- ԶϷ¼ ## ٿʼ diff --git a/game_mode.h b/game_mode.h index 1f51696..8c0467f 100644 --- a/game_mode.h +++ b/game_mode.h @@ -2,8 +2,8 @@ * @file game_mode.h * @author 刘航宇(3364451258@qq.com、15236416560@163.com、lhy3364451258@outlook.com) * @brief 五子棋游戏框架头文件 - * @version 4.0 - * @date 2025-07-02 + * @version 4.1 + * @date 2025-07-07 * * @copyright Copyright (c) 2025 * diff --git a/五子棋.c b/五子棋.c index b06c3ee..cd1b3e0 100644 --- a/五子棋.c +++ b/五子棋.c @@ -10,8 +10,8 @@ * @brief 五子棋游戏核心逻辑头文件 * @details 定义了游戏的核心数据结构、全局变量、宏定义和函数原型。 * @author 刘航宇(3364451258@qq.com、15236416560@163.com、lhy3364451258@outlook.com) - * @date 2025-07-02 - * @version 4.0 + * @date 2025-07-07 + * @version 4.1 */ /**