java.lang.Object | +----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
Player player1
Player player2
Rules rules
private boolean turn
jGDK(String args[])
public static void main(String args[])
public void init()
void log(String s)
synchronized void play(int i, Player player)