game.players
Class ShootingPlayer

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

public class ShootingPlayer
extends Player


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

ShootingPlayer

public ShootingPlayer()
Method Detail

getMove

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