Uses of Class
de.tabacha.cgo.AbstractEngine

Packages that use AbstractEngine
de.tabacha.cgo.gui The classes for the graphical user interface.  
de.tabacha.cgo.strategy Contains the engines that play ConwayGo.  
 

Uses of AbstractEngine in de.tabacha.cgo.gui
 

Subclasses of AbstractEngine in de.tabacha.cgo.gui
(package private)  class HumanPlayer
          The strategy is: The user makes the move.
 

Uses of AbstractEngine in de.tabacha.cgo.strategy
 

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