p2.tictactoe
Class GomokuFactory

java.lang.Object
  extended by p2.tictactoe.GameFactory
      extended by p2.tictactoe.GomokuFactory

public class GomokuFactory
extends GameFactory

Version:
$Id: GomokuFactory.java,v 1.1 2005/03/02 14:32:34 oscar Exp $
Author:
$Author: oscar $

Field Summary
 
Fields inherited from class p2.tictactoe.GameFactory
game_
 
Constructor Summary
GomokuFactory()
           
 
Method Summary
protected  BoardGame makeGame(Player X, Player O)
           
 
Methods inherited from class p2.tictactoe.GameFactory
getGame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GomokuFactory

public GomokuFactory()
Method Detail

makeGame

protected BoardGame makeGame(Player X,
                             Player O)
Specified by:
makeGame in class GameFactory