game.players
Class DoNothingPlayer

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

public class DoNothingPlayer
extends Player


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

DoNothingPlayer

public DoNothingPlayer()
Method Detail

getMove

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