2022/07/17 CgfGoBan 1.10 restart game. time_left is available.
2018/07/12 CgfGoBan 1.09 AI Ryusei version.
2015/03/16 CgfGoBan 1.08 nngs, human can resign.
2009/06/26 CgfGoBan 1.05 nngs time setting.
2008/01/31 CgfGoBan 1.04 long path..
2007/09/19 CgfGoBan 1.03 MoGo(GTP engine) can work.
2006/01/24 CgfGoBan 1.01 play DLL vs. GnuGo(GTP engine).
2005/08/28 CgfGoBan 0.99 and nngs_try. Send "done" to nngs after two pass.
2005/08/21 CgfGoBan 0.98 Back screen drawing modified in Windows95.
2005/08/20 CgfGoBan 0.97 Released.
![]() |
CgfGoBan is a Go GUI program for Windows Me/2000/XP/10.
Go Engine is provided by DLL, and GTP. You can run your original go engine by replacing DLL or setting GTP.
GTP is more useful.
CgfGoBan has SGMP(Standard Go Modem Protocol) via RS-232C(COM port).
SGMP protocol has been used many Computer Go tournaments like a Computer Olympiad.
And CgfGoBan has NNGS protocol via TCP/IP. NNGS protocal has been used in Gifu Challenge 2004.
You can enter these tournament easily by using CgfGoBan.
And CgfGoban is a open source program and I don't insist any Copyright.
You can modify freely.
Download CgfGoBan 1.10 2022/07/17 with source code. Windows10
DLL name is cgfthink.dll. Dll source is in \cgfthink.
makefile is for Borland C++5.51 (free).
download gnugo.exe from Teun Burger's page.
File name is "gnugo-mingw-36.exe". Rename this to "gnugo.exe".
Run cgfgoban.exe. And "Setting", "GTP Setting".
Set gnugo.exe full path. For example, if gnugo.exe is put
c:\go\gnugo\gnugo.exe
set like this,
c:\go\gnugo\gnugo.exe --mode gtp --never-resign
--mode gtp means running GnuGo via GTP.
--never-resign means doing not resign.
And "Play" "Start Game", select "Computer(GTP)".
If you check "Use Gnugo in Life and Death View", you can use GnuGo's life-and-death status.
But if you push life-and-death button in middle game, GnuGo will think very long time.
You should use when after two pass.
![]() |
Download nngs_try 2005/08/28 with source code. WindowsXP console program
Links