UNPKG

backgammon

Version:

a clean api for building a backgammon game

6 lines (4 loc) 110 B
import { PlayerColor } from "./Player"; export class Checker { constructor(public color: PlayerColor) {} }