Class Lbot

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

public class Lbot
extends Player
Tbot Robot
 Lbot 
 

Version:
1.0b1 05 01 99

Variable Index

 o info
 o myNick
 o tab

Constructor Index

 o Lbot()
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 Lbot
 public Lbot()
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()