UNPKG

othello.js

Version:

An simple easy-to-use othello game implementation with TypeScript.

10 lines (9 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultGameConfig = void 0; /** * Represents a default game config. */ exports.defaultGameConfig = { firstMove: "white" };