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