Class PlayerGM1

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

public class PlayerGM1
extends Player

Combat Name: Palomar College Hall of Framer Enhanced Performance 10.54 Real Name: Greg Messer

Defeat me in battleship contest added enhancements so that likely translation is improved limitations: may not have been correctly translated from C to Java


Constructor Summary
PlayerGM1()
           
 
Method Summary
 boolean fileStat(Message msg)
           
 Coordinates makeMove(Message msg, Board brd)
          Abstract methods must be declared in all sub-class children
protected  boolean placeShips(Ships atSea)
           
 
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerGM1

public PlayerGM1()
Method Detail

fileStat

public boolean fileStat(Message msg)

placeShips

protected boolean placeShips(Ships atSea)

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