We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
GNU Go 是一个很棒的开源 Go 程序。它的评估函数是详细记录,并且它提供了一种简单的方法来输出对程序所做的每一个动作的解释。您可以用自己的评估函数从头开始替换评估函数,也可以对现有的评估函数进行修改。
Open Go 是一个开源工具,其中包含使用 Go 调制解调器协议进行通信的代码。我相信这就是您问题第二部分所需要的。
GNU Go is a great open source Go program. Its evaluation function is well-documented and it provides an easy way to output the explanation for every move the program made. You can either replace the evaluation function from scratch with your own, or tinker with the existing one.
Open Go is an open source tool with code for communicating using the Go Modem Protocol. I believe that's what you need for the second part of your question.
这是一个老问题了,但是对于那些对 Go (Baduk/Weiqi) 的 Android 实现感兴趣的人,请查看我的项目 https://github.com/amgreg/AndroidGo
这是一个带有用户界面的简单验证器。缺点是:没有AI;不计分;没有服务器连接。
This is an old question, but for people out there interested in an Android implementation of Go (Baduk/Weiqi) take a look at my project on https://github.com/amgreg/AndroidGo
It's a simple validator with a user-interface attached. Drawbacks are: No AI; no scoring; no server connection.