Version 5.1

===========
Corrected bug in alpha-beta.
This commit is contained in:
2006-06-28 16:59:07 +00:00
parent feea4b103b
commit 4dc083acc1
2 changed files with 82 additions and 51 deletions

View File

@ -38,12 +38,12 @@ public class SuicideChess {
/**
* Displays informations in the console.
*/
public static final boolean ASCII_GAME = false;
public static final boolean ASCII_GAME = true;
/**
* Number of Plies the computes searches to
*/
public static final int PLY_DEPTH = 6;
public static final int PLY_DEPTH = 2;
/**
* Test and display if the board is in a winning state.