public class Connect4 extends AbstractGame implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| static int | COLUMNS | 
| static int | DEPTH | 
| static int | ROWS | 
| Constructor and Description | 
|---|
| Connect4() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(java.lang.String[] args) | 
play, repeatPlaypublic static final int ROWS
public static final int COLUMNS
public static final int DEPTH