org/homelinux/largo/checkers/KIBoard.java
changeset 14 f12f77aa13b2
parent 13 f83884cc7d2f
child 16 55b0d5006e7b
equal deleted inserted replaced
13:f83884cc7d2f 14:f12f77aa13b2
     7 
     7 
     8 import org.homelinux.largo.games.board.Move;
     8 import org.homelinux.largo.games.board.Move;
     9 import org.homelinux.largo.games.board.checkersboard.CheckersBoard;
     9 import org.homelinux.largo.games.board.checkersboard.CheckersBoard;
    10 
    10 
    11 public class KIBoard extends CheckersBoard {
    11 public class KIBoard extends CheckersBoard {
    12     static final long serialVersionUID = 250408;
    12     static final long serialVersionUID = 1L;
    13     static final int game_const = 500;
    13     static final int game_const = 500;
    14 
    14 
    15     protected boolean SIMU_DEBUG = false;
    15     protected boolean SIMU_DEBUG = false;
    16     private boolean negate_estimation = false;
    16     private boolean negate_estimation = false;
    17 
    17