madkit.games.tictactoe
Class TicTacToe

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

public class TicTacToe
extends GameCases

A TicTacToe 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
TicTacToe(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

TicTacToe

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


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