feat : add games database

This commit is contained in:
GuillaumeSD
2024-02-22 00:26:07 +01:00
parent 4502651492
commit 2a74b62bae
16 changed files with 450 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { GameEval, LineEval, MoveEval } from "@/types/eval";
import { GameEval, LineEval, MoveEval } from "@/types/game";
export class Stockfish {
private worker: Worker;