public class Mancala
extends java.lang.Object
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.