https://github.com/unconsolable/gomoku
A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/
https://github.com/unconsolable/gomoku
alpha-beta-pruning gomoku min-max
Last synced: 11 months ago
JSON representation
A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/
- Host: GitHub
- URL: https://github.com/unconsolable/gomoku
- Owner: unconsolable
- Created: 2021-03-22T13:20:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T12:05:39.000Z (over 2 years ago)
- Last Synced: 2025-01-29T12:47:27.629Z (over 1 year ago)
- Topics: alpha-beta-pruning, gomoku, min-max
- Language: C++
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gomoku
A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/
### 使用方法
在线评测:在 botzone 上创建 bot,将 main_single.cpp 上传。
人机对局:在首页创建游戏桌,一个玩家设为 Bot,另一个设为房主。
本地调试:注释掉首行 ```#define ONLINE_JUDGE ``` 再运行。
### bot 链接
8 层搜索:https://www.botzone.org.cn/account/6092697466ecf10ef5cc9676
10 层搜索:https://www.botzone.org.cn/user/605ecd5eb5a5d724a1fb9230
### 部分对局记录
https://www.botzone.org.cn/match/624039ac6926fb77fe75242f
https://www.botzone.org.cn/match/623e71c56926fb77fe73c8c9
https://www.botzone.org.cn/match/624003c46926fb77fe7504af
https://www.botzone.org.cn/match/621c9a21bbc22c318dc28244
https://www.botzone.org.cn/match/621c9767bbc22c318dc28065
https://www.botzone.org.cn/match/621c9767bbc22c318dc28068
https://www.botzone.org.cn/match/621c9ba9bbc22c318dc28325