Class Lbot
java.lang.Object
|
+----Player
|
+----Lbot
- public class Lbot
- extends Player
Tbot Robot
Lbot
- Version:
- 1.0b1 05 01 99
-
info
-
-
myNick
-
-
tab
-
-
Lbot()
- 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[]
Lbot
public Lbot()
- 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()