Skip to content

Commit

Permalink
Update README for new version of Blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmchris authored Oct 4, 2021
1 parent 47184ed commit 9413547
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Overview
--------

Blunder is an open-source UCI compatible chess engine. The philosophy behind Blunder's design is for the code to
straightforward and easy to read, so that others can benefit from the project. Currently Blunder 5.0.0 is rated at [2055 Elo](http://ccrl.chessdom.com/ccrl/404/cgi/engine_details.cgi?match_length=30&each_game=1&print=Details&each_game=1&eng=Blunder%205.0.0%2064-bit#Blunder_5_0_0_64-bit).
straightforward and easy to read, so that others can benefit from the project. Currently Blunder 5.0.0 is rated at [2080 Elo](http://ccrl.chessdom.com/ccrl/404/cgi/engine_details.cgi?match_length=30&each_game=1&print=Details&each_game=1&eng=Blunder%205.0.0%2064-bit#Blunder_5_0_0_64-bit).

Installation
-----
Expand Down Expand Up @@ -51,7 +51,6 @@ Features
- [Transposition table](https://www.chessprogramming.org/Transposition_Table)
- [Null-move pruning](https://www.chessprogramming.org/Null_Move_Pruning)
- [Reverse futility pruning](https://www.chessprogramming.org/Reverse_Futility_Pruning)
- [History heuristics](https://www.chessprogramming.org/History_Heuristic)
* Evaluation
- [Material evaluation](https://www.chessprogramming.org/Material)
- [Tuned piece-square tables](https://www.chessprogramming.org/Piece-Square_Tables)
Expand Down

0 comments on commit 9413547

Please sign in to comment.