Class PlayerTMD1

java.lang.Object
  |
  +--PrintSuperClass
        |
        +--PlayerSkills
              |
              +--VitalStatistics
                    |
                    +--Player
                          |
                          +--PlayerTMD1

public class PlayerTMD1
extends Player

Combat name: Random Real Name Tom DeDonno Performance -60


Constructor Summary
PlayerTMD1()
           
 
Method Summary
protected  boolean fileStat(Message msg)
           
 void finalize()
           
 Coordinates makeMove(Message msg, Board brd)
          Abstract methods must be declared in all sub-class children
 
Methods inherited from class VitalStatistics
getAlterEgo, getMission, getRealName, print, println, setComments, setVitalStatistics
 
Methods inherited from class PlayerSkills
getAverageMoves, getBadMoves, getBestMoves, getCoverage, getLoss, getMoves, getPerformance, getSkill, getTimeLog, getTotalMoves, getWin, getWorstMoves, probability, setSkill
 
Methods inherited from class PrintSuperClass
print, print, print, println, println, println
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerTMD1

public PlayerTMD1()
Method Detail

fileStat

protected boolean fileStat(Message msg)

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

makeMove

public Coordinates makeMove(Message msg,
                            Board brd)
Description copied from class: Player
Abstract methods must be declared in all sub-class children
Overrides:
makeMove in class Player