Skip to content

savi2w/chess-tcn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess TCN

Encode and decode helpers for TCN algo from https://www.chess.com/

Usage

import tcn from "@savi2w/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.

About

Encode and decode helpers for TCN algo from https://www.chess.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages