Class RandomMove

java.lang.Object
  |
  +--RandomMove

public class RandomMove
extends java.lang.Object

This class is a random player. It reads in the game file, extracts information and then sends a random move back to the server. You are expected to add you own code to make the program smarter.


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

Constructor Detail

RandomMove

public RandomMove()
Method Detail

go

public static void go(java.lang.String s)

main

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