|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Mancala
Mancala - Timed mancala game manager. To play two programs against each * other, change the classes at (*1*) and (*2*). Each player has a maximum of 2.5 minutes of game time, so each game will last at most 5 minutes. In your testing, you may choose to compete against your program. Or you may play your program against itself. In the end, your program will compete as both MAX and MIN against other programs. Creation date: (10/11/00 8:49:01 PM)
| Constructor Summary | |
Mancala()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
main - manage a timed mancala game |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Mancala()
| Method Detail |
public static void main(java.lang.String[] args)
main - manage a timed mancala gameargs - a String[] value - unused
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||