Piotr Kaminski
2003-03-05 06:33:25 UTC
A sufficient number of people (read: more than 2) expressed interest, so I
cleaned up the Vegos web page and made it public:
http://www.ideanest.com/vegos/
Full source code for Vegos (my pet AI project) is available there, but I
didn't clean *that* up. There's a few words on the web page about where to
look for the GTP client code, and I think it's fairly straightforward. You
will still have to read the protocol spec, since the client framework uses
reflection and doesn't tell you which methods you need to implement. On the
other hand, this means the framework should be forward compatible with any
future revisions of GTP.
I didn't include a license with the code, but you can assume it's all under
the zlib/libpng open source license, available here:
http://www.opensource.org/licenses/zlib-license.php
I'm no longer actively developing this code, but I can answer questions
about it and feedback might rekindle my interest! :-)
-- P.
--
Piotr Kaminski (***@ideanest.com)
It's the heart afraid of breaking that never learns to dance.
cleaned up the Vegos web page and made it public:
http://www.ideanest.com/vegos/
Full source code for Vegos (my pet AI project) is available there, but I
didn't clean *that* up. There's a few words on the web page about where to
look for the GTP client code, and I think it's fairly straightforward. You
will still have to read the protocol spec, since the client framework uses
reflection and doesn't tell you which methods you need to implement. On the
other hand, this means the framework should be forward compatible with any
future revisions of GTP.
I didn't include a license with the code, but you can assume it's all under
the zlib/libpng open source license, available here:
http://www.opensource.org/licenses/zlib-license.php
I'm no longer actively developing this code, but I can answer questions
about it and feedback might rekindle my interest! :-)
-- P.
--
Piotr Kaminski (***@ideanest.com)
It's the heart afraid of breaking that never learns to dance.