UNPKG

@nodots-llc/backgammon-ai

Version:

AI and integration for nodots-backgammon using gnubg as a backend engine.

5 lines (4 loc) 191 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const moveAnalyzers_1 = require("../src/moveAnalyzers"); exports.default = moveAnalyzers_1.ExamplePluginAnalyzer;