feat: VCF/VCT 杀棋搜索 — 连续冲四/活三取胜 + 3 测试

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 15:41:33 +08:00
parent 35c66a30f4
commit cd44cbfc48
2 changed files with 229 additions and 0 deletions
+1
View File
@@ -10,3 +10,4 @@ pub trait AiEngine: Send + Sync {
pub mod evaluate;
pub mod killer;
pub mod search;
pub mod vcf;