edu.colorado.games
Class AbstractGame

java.lang.Object
  extended by edu.colorado.games.AbstractGame
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Connect4

public abstract class AbstractGame
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
AbstractGame()
           
 
Method Summary
 edu.colorado.games.AbstractGame.Player play(int depth)
           
static double repeatPlay(java.lang.String name, int depth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGame

public AbstractGame()
Method Detail

play

public final edu.colorado.games.AbstractGame.Player play(int depth)

repeatPlay

public static final double repeatPlay(java.lang.String name,
                                      int depth)