Add files via upload

This commit is contained in:
2025-07-10 18:32:57 +08:00
committed by GitHub
parent 377a047d42
commit 798d77259c
13 changed files with 451 additions and 136 deletions
+8
View File
@@ -1,3 +1,11 @@
/**
* @file ai.h
* @note 本文件定义了AI模块的函数和变量
* @note 包括:
* 1. 评估一个落子位置的综合得分(结合进攻和防守)
* 2. 评估指定位置的价值
* 3. 评估棋盘价值
*/
#ifndef AI_H
#define AI_H