On Oct 20, 2010, at 6:04 PM, David Fotland wrote: > I do like GoShrines design.
Thanks! > For testing, I'll continue to use kgs, since it > has more players. I would be interested if you allowed me to build a > client interface into my commercial program, so people could play directly > from Many Faces of GO. I have an IGS client built in, but KGS does not > allow this. I don't see why I would want to prevent anyone from creating a connector that would let users of their software run bots on GoShrine. I have just published the ruby version on github, so you can see how the protocol works. The protocol is comprised of JSON messages passed over long-polling Bayeux (http://svn.cometd.com/trunk/bayeux/bayeux.html), which is build on HTTP. I can't guarantee that the protocol will never change (it probably will), but I will try to be open in communicating any changes in advance. If you use the goshrine_bot client (which talks to your bot via GTP), then you will be insulated from most of those changes. -Pete _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
