game.players
Class StraightShootingPlayer

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

public class StraightShootingPlayer
extends Player


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

StraightShootingPlayer

public StraightShootingPlayer()
Method Detail

getMove

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