Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit c55f604

Browse files
authored
refactor(readme)
1 parent 4ef836a commit c55f604

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Liquid chess engine tries to replicate human play, self-adjusting according to t
1010
- Novice [1400 - 1900]
1111
- Beginner [0 - 1400]
1212

13+
14+
## Liquid Lichess Ratings
15+
- Blitz 2230
16+
- Bullet 2281
17+
- Rapid 1872
18+
- Classical 1879?
19+
1320
## Liquid's helpers
1421

1522
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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.example</groupId>
77
<artifactId>Liquid</artifactId>
8-
<version>4.0-SNAPSHOT</version>
8+
<version>5.0-SNAPSHOT</version>
99
<build>
1010
<plugins>
1111
<plugin>

0 commit comments

Comments
 (0)