player
Class Play

java.lang.Object
  extended by player.Play

public class Play
extends java.lang.Object

This is the main class for initiating games between two players. You can specify the players, board configuration, type of game, starting clock time, time per move, and output type. (For multiple players, use PlayCF.)


Constructor Summary
Play()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Play

public Play()
Method Detail

main

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