madkit.games.tictactoe
Class FourInARowPiece

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

public class FourInARowPiece
extends Piece

A piece which is used in the Four in a row game

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

Version:
1.0
Author:
J. Ferber

Constructor Summary
FourInARowPiece(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

FourInARowPiece

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


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