mixmeta4
Class ClientPlayer

java.lang.Object
  extended by mixmeta4.Player
      extended by mixmeta4.ClientPlayer
All Implemented Interfaces:
Agent

public class ClientPlayer
extends Player
implements Agent


Field Summary
 
Fields inherited from class mixmeta4.Player
isRed, name
 
Constructor Summary
ClientPlayer(boolean isRed, java.lang.String remotePlayer, java.lang.String url)
           
 
Method Summary
 Action getAction(Percept percept)
           
 
Methods inherited from class mixmeta4.Player
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPlayer

public ClientPlayer(boolean isRed,
                    java.lang.String remotePlayer,
                    java.lang.String url)
Method Detail

getAction

public Action getAction(Percept percept)
Specified by:
getAction in interface Agent
Specified by:
getAction in class Player