Here are the candidates that I'm aware of: * Don's reference bots * Libego (C++) http://github.com/lukaszlew/libego/tree/master * Plug and Go (Java) https://plug-and-go.dev.java.net/
Since I use libego, I'd hope you'd pick that as your starting point :) It aims to be a high performance library for use by others. It's pretty easy to read. On Sun, 2009-05-03 at 23:09 +0200, Heikki Levanto wrote: > Hi, > > I have some ideas I would like to play with, but too little time to write a > whole program from scratch. So I am looking for a decently written MC program > for a starting point. (Later I may want to look at some tree search too, so > it it has UCT or similar, it would be a bonus). I am fluent in C and C++, > can manage Java, and a number of other languages. I work on a Linux system. > > I know there are a number of "reference implementations" around, but are > they all listed on a single page, so I could quickly take a look at a > handful, before deciding where to go? Simple googling didn't get me to sucha > list... > > At this point I don't care for performance, multi-threading, or even time > controls. All I want is a simple implementation of MC that is easy to read > and to tweak, so I can see if my idea works at all. > > - Heikki > _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
