Randyplus is an experimental Go engine. Randyplus was not designed to play well, its purpose is to play random moves. This can be useful when training a neural net based opponent, or just as a measure of how well a Go engine plays, as opposed to pure random play.
Randyplus is a work-in-progress. Even as a random Go engine, there are many features that can be added over time.
Version 0.1.5 - Added option to prevent Randyplus from filling in its own single-liberty eyes. Version 0.1.4 - Improvements to the scoring algorithm (Area Scoring, Chinese counting). - Fixed "suicide" (illegal) moves. Version 0.1.3 - Added pthreads to the GTP implementation, with experimental "abort" command. Version 0.1.2 - This was the first released version.