game.players
Class WildPlayer

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

public class WildPlayer
extends Player


Field Summary
(package private)  double p
           
 
Constructor Summary
WildPlayer()
           
 
Method Summary
 Move getMove(GameState gs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

double p
Constructor Detail

WildPlayer

public WildPlayer()
Method Detail

getMove

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