1.0.3 • Published 4 years ago
chess-tcn v1.0.3
Chess TCN
Encode and decode helpers for TCN algo from https://www.chess.com/
Installation
npm i chess-tcn
Usage
const tcn = require("chess-tcn");
tcn.decode("mC"); // { from: "e2", to: "e4" }
tcn.encode({ from: "e2", to: "e4" }); // mC
License
This project is distributed under the MIT license.