equal
deleted
inserted
replaced
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 |