SimpleGo

   

Simple instructive GO playing engine, which has been written from scratch in Python by Aloril.

This is meant for beginner Go coders and beginner Go players.

Version 0.0

This version plays random moves. Support by GnuGo is required for scoring, as well as for clearing play in case the players disagree about the final status of groups.

[ext] Downloadable source code for version 0.0

Version 0.1.X?

In this version, move generation is based on liberty counting. Scoring and clearing at the end of games are managed completely by SimpleGo, using BensonsAlgorithm. Hence, GnuGo is not needed here anymore.

[ext] Downloadable source for version 0.1.X

Version 0.1.X is currently playing as SimpleBot at KGS.


This is a copy of the living page "SimpleGo" at Sensei's Library.
(OC) 2005 the Authors, published under the OpenContent License V1.0.
[Welcome to Sensei's Library!]
StartingPoints
ReferenceSection
About