edu.ou.mancala
Class ImmutableMancalaState

java.lang.Object
  extended by edu.ou.mancala.ImmutableMancalaState

public class ImmutableMancalaState
extends java.lang.Object


Constructor Summary
ImmutableMancalaState(GameBoard game)
           
 
Method Summary
 boolean canMove(boolean player, int move)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableMancalaState

public ImmutableMancalaState(GameBoard game)
Method Detail

canMove

public boolean canMove(boolean player,
                       int move)