Add files via upload

This commit is contained in:
2025-06-30 18:19:53 +08:00
committed by GitHub
parent b05d03c614
commit 0970c3fd82
5 changed files with 300 additions and 171 deletions
+10
View File
@@ -18,6 +18,16 @@
#include "gobang.h"
/**
* @brief 从用户获取整数输入
*
* @param prompt 提示信息
* @param min 最小值
* @param max 最大值
* @return int 输入的整数
*/
int get_integer_input(const char *prompt, int min, int max);
/**
* @brief 处理玩家回合
*