Package org.moyoman.module.shape

This package provides the interface that must be implemented in order to create a shape module implementation.

See:
          Description

Interface Summary
Shape The class that implements this interface will determine good and bad moves based on shape.
 

Package org.moyoman.module.shape Description

This package provides the interface that must be implemented in order to create a shape module implementation. The purpose of this module is to identify good and bad moves based solely on the shape of the stones in the local area. No reading is done to determine if the moves accomplish a particular goal.

Author:
David Weiss