madkit.games.tictactoe
Class TicTacToePiece

java.lang.Object
  extended by madkit.games.tictactoe.Piece
      extended by madkit.games.tictactoe.TicTacToePiece

public class TicTacToePiece
extends Piece

A piece which represent a TicTacToe pawn

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

Version:
1.0
Author:
J. Ferber

Constructor Summary
TicTacToePiece(GameCases j, GameCasesDisplay v, int coul)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicTacToePiece

public TicTacToePiece(GameCases j,
                      GameCasesDisplay v,
                      int coul)


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