diff --git a/gobang.exe b/gobang.exe deleted file mode 100644 index 1b2644d..0000000 Binary files a/gobang.exe and /dev/null differ diff --git a/五子棋.c b/五子棋.c index 21f894f..b06c3ee 100644 --- a/五子棋.c +++ b/五子棋.c @@ -5,6 +5,15 @@ #include #endif +/** + * @file gobang.h + * @brief 五子棋游戏核心逻辑头文件 + * @details 定义了游戏的核心数据结构、全局变量、宏定义和函数原型。 + * @author 刘航宇(3364451258@qq.com、15236416560@163.com、lhy3364451258@outlook.com) + * @date 2025-07-02 + * @version 4.0 + */ + /** * @brief 将指令复制到powershell * gcc -o gobang.exe gobang.c ai.c game_mode.c init_board.c record.c 五子棋.c