UNPKG
@chess-labs/terminal
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
A command-line chess game powered by Stockfish
github.com/chess-labs/terminal
chess-labs/terminal
@chess-labs/terminal
/
dist
/
cli.d.ts
10 lines
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
ChessCLI
{
private
game;
start
():
Promise
<
void
>;
private
getGameConfig;
private
gameLoop;
private
handlePlayerTurn;
private
isValidSquare;
private
showHelp; }
//# sourceMappingURL=cli.d.ts.map