ymir-js
Version:
This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.
8 lines (7 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CHECKERS_BLACK = exports.CHECKERS_WHITE = exports.CHECKERS_TURKISH = exports.CHECKERS_INTERNATIONAL = void 0;
exports.CHECKERS_INTERNATIONAL = 'international';
exports.CHECKERS_TURKISH = 'turkish';
exports.CHECKERS_WHITE = 'white';
exports.CHECKERS_BLACK = 'black';