Class jGDK

java.lang.Object
   |
   +----jGDK

public class jGDK
extends Object
jGDK Usage: java jGDK
 If you want to test a robot class called Mbot.class 
 a Human board called MBoard.class and a rule called MRules.class
 use: java jGDK M h b
  This is the jGames Developement Kit
  It's designed to test Robots, Board and Rules classes for jGames
 This class needs it's own  Gpanel.class  Player.class and HPlayer.class
 It alse needs Rules.class and Board.class but they are similar to
 the client's and the server's ones
 

Version:
1.0b1 5 Feb 99

Variable Index

 o player1
 o player2
 o rules
 o turn

Constructor Index

 o jGDK(String[])
Constructeur, cree les deux joueurs ainsi que la regle puis lance un Thread jGDK

Method Index

 o init()
 o log(String)
log : just print a text on the console
 o main(String[])
 o play(int, Player)

Variables

 o player1
 Player player1
 o player2
 Player player2
 o rules
 Rules rules
 o turn
 private boolean turn

Constructors

 o jGDK
 jGDK(String args[])
Constructeur, cree les deux joueurs ainsi que la regle puis lance un Thread jGDK

Methods

 o main
 public static void main(String args[])
 o init
 public void init()
 o log
 void log(String s)
log : just print a text on the console

 o play
 synchronized void play(int i,
                        Player player)