UNPKG

@nodots-llc/backgammon-ai

Version:

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

13 lines (12 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BackgammonCubeValues = void 0; exports.BackgammonCubeValues = [ undefined, 2, 4, 8, 16, 32, 64, ];