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
-
info
-
-
myNick
-
-
tab
-
-
Tbot()
- Constructor
-
chance()
-
-
play(int[])
- This method must return an integer for a given tab that's all
-
strat()
- This is the method that call all the startegy do what u want with it
myNick
String myNick
info
String info
tab
int tab[]
Tbot
public Tbot()
- Constructor
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
strat
int strat()
- This is the method that call all the startegy do what u want with it
chance
int chance()