@nodots-llc/backgammon-ai
Version:
AI and integration for nodots-backgammon using gnubg as a backend engine.
7 lines • 314 B
TypeScript
/**
* Calls the GNUBG FastAPI server to get the best move for a given position.
* @param position - The board position (e.g., XGID string)
* @returns The raw output from GNUBG as a string
*/
export declare function getBestMoveFromGnubg(position: string): Promise<string>;
//# sourceMappingURL=gnubgApi.d.ts.map