game.players
Class TargetedShootingPlayer

java.lang.Object
  extended by game.players.Player
      extended by game.players.TargetedShootingPlayer

public class TargetedShootingPlayer
extends Player


Constructor Summary
TargetedShootingPlayer()
           
 
Method Summary
 Move getMove(GameState gs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetedShootingPlayer

public TargetedShootingPlayer()
Method Detail

getMove

public Move getMove(GameState gs)
Specified by:
getMove in class Player