Skip to content

Commit 22313f7

Browse files
committed
2 parents c4c88e5 + eb779c4 commit 22313f7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1014
Main 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

1924
Also...
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

0 commit comments

Comments
 (0)