@nodots-llc/backgammon-ai
Version:
AI and integration for nodots-backgammon using gnubg as a backend engine.
7 lines • 411 B
TypeScript
import { MoveAnalyzer, MoveAnalyzerContext } from '../src/moveAnalyzers';
import { BackgammonMoveBase } from '../../nodots-backgammon-types/src/move';
export declare class GnubgMoveAnalyzer implements MoveAnalyzer {
selectMove(moves: BackgammonMoveBase[], context?: MoveAnalyzerContext): Promise<BackgammonMoveBase | null>;
}
export default GnubgMoveAnalyzer;
//# sourceMappingURL=gnubgMoveAnalyzer.d.ts.map