Version 5.2
=========== Corrected another bug in alpha-beta.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user