File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,22 @@ Used to play on chess.com as: (chess v0.22)
55- BlueBotChessTest2 : 1355 rating on 15 | 10 rapid
66- BlueBotChessTest3 : 1833 rating on 10 min rapid
77
8- Latest version: v0.29
8+ Latest version won against:
9+ - Komodo 17 (2100) on chess.com
10+ - Fairy Stockfish 6 (~ 2100) on lichess in 10 min rapid
11+
12+ Latest version: v0.34
913
1014Main features:
11- - Depth 5 - 6 alpha-beta negamax search
15+ - Depth 6 alpha-beta negamax search
1216- Quiescence search
1317- Simple material evaluation function
1418- Simple move ordering based on evaluation function
1519- Null move pruning
16- - Principal Variation move ordering
20+ - Transposition table with principal variation move ordering
1721- Iterative deepening
22+ - Killer heuristic move ordering
1823
1924Also...
2025- All chess bot releases use an opening book called Titans which can be found here: https://digilander.libero.it/taioscacchi/archivio/Titans.zip
21- - Latest version v0.29 is best run with PyPy instead of normal Python which can be found here: https://www.pypy.org/download.html
26+ - Latest version v0.34 is best run with PyPy instead of normal Python which can be found here: https://www.pypy.org/download.html
You can’t perform that action at this time.
0 commit comments