edu.ou.mancala.config
Class MancalaConfig

java.lang.Object
  extended by edu.ou.mancala.config.MancalaConfig

public class MancalaConfig
extends java.lang.Object


Constructor Summary
MancalaConfig(long seed, java.lang.String template, float timeLimit, PlayerConfig[] players, boolean gui)
           
 
Method Summary
static com.thoughtworks.xstream.XStream getXStream()
           
 GameBoard newGame()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MancalaConfig

public MancalaConfig(long seed,
                     java.lang.String template,
                     float timeLimit,
                     PlayerConfig[] players,
                     boolean gui)
Method Detail

getXStream

public static com.thoughtworks.xstream.XStream getXStream()

newGame

public GameBoard newGame()