Skip to content

Commit

Permalink
Update ELO estimate
Browse files Browse the repository at this point in the history
Bench: 9179985
  • Loading branch information
Dannyj1 committed Feb 6, 2023
1 parent 88292e0 commit 59871bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Zagreus Chess Engine
Zagreus is a work in progress UCI Chess Engine. You can play against Zagreus on Lichess: https://lichess.org/@/Zagreus_Engine. You will also be able to find it's elo rating on there. At the time of writing this is around ~1750 rapid.
Zagreus is a work in progress UCI Chess Engine. You can play against Zagreus on Lichess: https://lichess.org/@/Zagreus_Engine. You will also be able to find it's elo rating on there. At the time of writing this is around ~1850 rapid.
Zagreus is a constantly changing engine with hopefully an increase in elo every update.

You can download binaries here: https://github.com/Dannyj1/Zagreus/releases
Expand Down
2 changes: 1 addition & 1 deletion src/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace Zagreus {
}

std::string ZagreusEngine::getEngineVersion() {
return "v2.0.0-alpha-4";
return "v2.0.0";
}

std::string ZagreusEngine::getAuthorName() {
Expand Down

0 comments on commit 59871bb

Please sign in to comment.