madkit.games.tictactoe
Class FourInARow

java.lang.Object
  extended by madkit.games.tictactoe.GameCases
      extended by madkit.games.tictactoe.FourInARow

public class FourInARow
extends GameCases

A class that represent a "four in a row" game in MadKit

Copyright: Copyright (c) 2002 - MadKit Team. goto: www.madkit.org

Version:
1.0
Author:
J. Ferber

Field Summary
 
Fields inherited from class madkit.games.tictactoe.GameCases
noms
 
Constructor Summary
FourInARow(GameCasesFrame _jf, int t, int n)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FourInARow

public FourInARow(GameCasesFrame _jf,
                  int t,
                  int n)


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.