UNPKG

@chess-labs/terminal

Version:

A command-line chess game powered by Stockfish

10 lines 241 B
export declare class ChessCLI { private game; start(): Promise<void>; private getGameConfig; private gameLoop; private handlePlayerTurn; private isValidSquare; private showHelp; } //# sourceMappingURL=cli.d.ts.map