搜索资源列表
amigaIGC_src
- amigaIGC 的源代码, 一个IGS/NNGS围棋服务器客户端程序的源代码,未包含可执行文件-amigaIGC the source code, a IGS / NNGS Go client server program's source code does not contain executable files
ergo
- ErGo是一个很早的Java通用围棋服务器(IGS/NNGS)客户端程序。有全部源码和文档,站长编译时用的是JDK1.5+ant1.6,这样不得不将源程序中的一个方法:Debug.assert()改为了Debug.asser()。源码和build.xml文件请下载。
nngs
- nngs是一个C语言写的围棋服务端。与igs的服务器类似,使用相同的命令进行下棋。通过telnet进行连接。