wclient
Class GameClient

java.lang.Object
  |
  +--wclient.GameClient

public class GameClient
extends java.lang.Object

This class is responsible for the working of the client. It calls the player's process function and passes the transferpercept object to the process function. It gets action back from the client and sends it to the server for execution.


Constructor Summary
GameClient()
           
 
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

GameClient

public GameClient()
Method Detail

main

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