feat : add move classification
This commit is contained in:
@@ -6,3 +6,13 @@ export enum GameOrigin {
|
||||
export enum EngineName {
|
||||
Stockfish16 = "stockfish_16",
|
||||
}
|
||||
|
||||
export enum MoveClassification {
|
||||
Blunder = "blunder",
|
||||
Mistake = "mistake",
|
||||
Inaccuracy = "inaccuracy",
|
||||
Good = "good",
|
||||
Excellent = "excellent",
|
||||
Best = "best",
|
||||
Book = "book",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user