Skip to content

Commit

Permalink
refactor(readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalpp authored May 7, 2024
1 parent 4ef836a commit c55f604
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Liquid chess engine tries to replicate human play, self-adjusting according to t
- Novice [1400 - 1900]
- Beginner [0 - 1400]


## Liquid Lichess Ratings
- Blitz 2230
- Bullet 2281
- Rapid 1872
- Classical 1879?

## Liquid's helpers

Liquid uses Stockfish's best move to come up with the right one, but according to its mode, it can self-adjust to using Stockfish or its logic.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>Liquid</artifactId>
<version>4.0-SNAPSHOT</version>
<version>5.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit c55f604

Please sign in to comment.