uci-adapter

0.2.0 • Public • Published

uci-adapter

UCI (universal chess interface) adapter with user-friendly interface, encapsulating low-level uci commands call

Install

Add as a npm dependency

npm install --save uci-adapter

Usage

const uciAdapter = require('uci-adapter');

uciAdapter.analyzeToDepth(fen, depth).then((data) => { console.log(data); })

Package Sidebar

Install

npm i uci-adapter

Weekly Downloads

1

Version

0.2.0

License

Apache-2.0

Unpacked Size

1.27 MB

Total Files

9

Last publish

Collaborators

  • scorpibear