|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.colorado.games.AbstractGame
edu.colorado.games.Connect4
public class Connect4
| 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 |
|---|
public static final int ROWS
public static final int COLUMNS
public static final int DEPTH
| Constructor Detail |
|---|
public Connect4()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||