Class Tbot

java.lang.Object
   |
   +----Player
           |
           +----Tbot

public class Tbot
extends Player
Tbot Robot
 Tbot is the computer for TicTacToe
 

Version:
1.0b1 31 May 98

Variable Index

 o info
 o myNick
 o tab

Constructor Index

 o Tbot()
Constructor

Method Index

 o chance()
 o play(int[])
This method must return an integer for a given tab that's all
 o strat()
This is the method that call all the startegy do what u want with it

Variables

 o myNick
 String myNick
 o info
 String info
 o tab
 int tab[]

Constructors

 o Tbot
 public Tbot()
Constructor

Methods

 o play
 public synchronized int play(int ntab[])
This method must return an integer for a given tab that's all

Overrides:
play in class Player
 o strat
 int strat()
This is the method that call all the startegy do what u want with it

 o chance
 int chance()