UNPKG

chess-console-puzzles

Version:
13 lines (11 loc) 315 B
/** * Author and copyright: Stefan Haack (https://shaack.com) * Repository: https://github.com/shaack/chess-console-puzzles * License: MIT, see file 'LICENSE' */ import {Chess} from "../../../lib/cm-chess/Chess.js" export class PuzzleConsoleState { constructor() { this.chess = new Chess() } }