org.tiling.game
Class TwoPlayerGameFactory

java.lang.Object
  |
  +--org.tiling.game.TwoPlayerGameFactory
Direct Known Subclasses:
PrisonersDilemmaGameFactory

public abstract class TwoPlayerGameFactory
extends java.lang.Object


Constructor Summary
TwoPlayerGameFactory()
           
 
Method Summary
abstract  TwoPlayerGame createGame(Player player1, Player player2, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoPlayerGameFactory

public TwoPlayerGameFactory()
Method Detail

createGame

public abstract TwoPlayerGame createGame(Player player1,
                                         Player player2,
                                         int length)