Class NIMStrategy

java.lang.Object
  extended by NIMStrategy

public class NIMStrategy
extends Object


Constructor Summary
NIMStrategy()
           
 
Method Summary
 int bestMove(Player player, SimpleNIM game)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NIMStrategy

public NIMStrategy()
Method Detail

bestMove

public int bestMove(Player player,
                    SimpleNIM game)