edu.colorado.games
Class Connect4

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

public class Connect4
extends AbstractGame
implements java.lang.Cloneable


Field Summary
static int COLUMNS
           
static int DEPTH
           
static int ROWS
           
 
Constructor Summary
Connect4()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class edu.colorado.games.AbstractGame
play, repeatPlay
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROWS

public static final int ROWS
See Also:
Constant Field Values

COLUMNS

public static final int COLUMNS
See Also:
Constant Field Values

DEPTH

public static final int DEPTH
See Also:
Constant Field Values
Constructor Detail

Connect4

public Connect4()
Method Detail

main

public static void main(java.lang.String[] args)