Skip to content

A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/

Notifications You must be signed in to change notification settings

unconsolable/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages