Version 5.2

===========
Corrected another bug in alpha-beta.
This commit is contained in:
2006-06-29 18:45:21 +00:00
parent 4dc083acc1
commit 95deacff45
3 changed files with 44 additions and 19 deletions

View File

@ -33,17 +33,17 @@ public class SuicideChess {
/**
* The name to be displayed
*/
public static final String NAME = "djib's SuShi (Suicide Chess) v0.5";
public static final String NAME = "djib's SuShi v0.5.2";
/**
* Displays informations in the console.
*/
public static final boolean ASCII_GAME = true;
public static final boolean ASCII_GAME = false;
/**
* Number of Plies the computes searches to
*/
public static final int PLY_DEPTH = 2;
public static final int PLY_DEPTH = 4;
/**
* Test and display if the board is in a winning state.