feat(core): AI 棋形评分模块 — 连五/活四/冲四/活三等棋形打分

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 00:00:48 +08:00
parent 963fc78007
commit 5230adacde
4 changed files with 136 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
// Gobang core library — 纯游戏逻辑,零 GUI 依赖
pub mod ai;
pub mod board;
pub mod rules;
pub mod types;