添加Gobang-Game项目推荐链接到README

This commit is contained in:
2025-10-09 20:55:49 +08:00
parent 91e3438bfb
commit 247f41ff87
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -55,6 +55,8 @@
#### 🎮 五子棋AI项目 - 高级算法实战
**项目概述**:基于C语言实现的高级五子棋人机对战系统
> 🚀 **升级版推荐**[Gobang-Game](https://github.com/LHY0125/Gobang-Game.git) - 更完善的五子棋项目,新增SDL3图形化界面、网络对战、多种游戏模式和智能评分系统等高级特性。
**核心技术特点**
- **AI算法**:α-β剪枝优化的极小极大算法(3层搜索深度)
- **棋盘系统**:支持5x5到25x25的动态棋盘尺寸