Ajax Chess 4.0
Posted: Wed Jul 14, 2010 2:13 am
http://forwardcoding.com/projects/ajaxchess/chess.html
Added the ability to analyze positions in this release (if you have a browser that supports web workers - chrome, firefox, safari). Also, if you have a browser that supports workers, the engine will output it's thinking line in real time as opposed to just when it moves.
Changes:
- 594.5/1000 %:59.45 or ~66 Elo better than previous
- SEE added (QSearch pruning, losing captures in main search)
- No nullmove in pawn endgames
- Fixed hashtable bugs (RNG was bad)
- Fixed starting position when playing black
- Added ability to analyze position for browsers that support it
- Added support for pasting FEN positions
Added the ability to analyze positions in this release (if you have a browser that supports web workers - chrome, firefox, safari). Also, if you have a browser that supports workers, the engine will output it's thinking line in real time as opposed to just when it moves.
Changes:
- 594.5/1000 %:59.45 or ~66 Elo better than previous
- SEE added (QSearch pruning, losing captures in main search)
- No nullmove in pawn endgames
- Fixed hashtable bugs (RNG was bad)
- Fixed starting position when playing black
- Added ability to analyze position for browsers that support it
- Added support for pasting FEN positions