edu.ou.pacman.config
Class PacmanConfig

java.lang.Object
  extended by edu.ou.pacman.config.PacmanConfig

public class PacmanConfig
extends java.lang.Object

Author:
zack

Constructor Summary
PacmanConfig(long seed, java.lang.String template, float timeLimit, CharacterConfig[] characters, 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

PacmanConfig

public PacmanConfig(long seed,
                    java.lang.String template,
                    float timeLimit,
                    CharacterConfig[] characters,
                    boolean gui)
Method Detail

getXStream

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

newGame

public GameBoard newGame()