UNPKG

@nodots-llc/backgammon-ai

Version:

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

6 lines (5 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CHECKERS_PER_PLAYER = exports.MAX_PIP_COUNT = void 0; exports.MAX_PIP_COUNT = 167; exports.CHECKERS_PER_PLAYER = 15;