Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,8 @@ Features:
|
|
32 |
- fen = Chess board position in [FEN](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) format
|
33 |
- move = Move played by a strong human player in this position
|
34 |
- result = Final result of the match
|
35 |
-
- eco =
|
36 |
-
|
37 |
-
|
|
|
|
|
|
32 |
- fen = Chess board position in [FEN](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) format
|
33 |
- move = Move played by a strong human player in this position
|
34 |
- result = Final result of the match
|
35 |
+
- eco = Opening [ECO](https://en.wikipedia.org/wiki/Encyclopaedia_of_Chess_Openings)-code
|
36 |
+
|
37 |
+
Deduplicated on (fen, move) pairs.
|
38 |
+
|
39 |
+
Samples: 511
|