com.askywhale.missing
Class GameFactory
java.lang.Object
com.askywhale.missing.GameFactory
public class GameFactory
- extends java.lang.Object
|
Constructor Summary |
GameFactory(int nbHumanPlayers,
int nbComputerPlayers,
int maxScore)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameFactory
public GameFactory(int nbHumanPlayers,
int nbComputerPlayers,
int maxScore)
getGame
public Game getGame()
getGame
public Game getGame(Game oldGame)
getMaxScore
public int getMaxScore()
setMaxScore
public void setMaxScore(int maxScore)
getNbComputerPlayers
public int getNbComputerPlayers()
setNbComputerPlayers
public void setNbComputerPlayers(int nbComputerPlayers)
getNbHumanPlayers
public int getNbHumanPlayers()
setNbHumanPlayers
public void setNbHumanPlayers(int nbHumanPlayers)