Package de.tabacha.cgo.strategy

Contains the engines that play ConwayGo.

See:
          Description

Interface Summary
ValueCalculator  
 

Class Summary
Dude Dumb strategy, mainly for testing purposes.
Evaluator  
FiveTypes Strategy for ConwayGo.
MikeGo My old strategy, converted from pascal.
ModernMikeGo Does roughly the same as MikeGo, but uses the NoRecursionTemplate class.
NoRecursionTemplate Template to simplify the writing of simple engines that only test the first move.
SimpleEngine Sample implementation of NoRecursionTemplate.
 

Package de.tabacha.cgo.strategy Description

Contains the engines that play ConwayGo.

These classes inherit from de.tabacha.cgo.Engine; they contain the 'intelligence'.