Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaack/chess-console-stockfish

A Stockfish engine player for ChessConsole. Play the popular Stockfish engine on ChessConsole.
https://github.com/shaack/chess-console-stockfish

chess chess-engine chessmail es6 game javascript released stockfish-engine

Last synced: about 1 month ago
JSON representation

A Stockfish engine player for ChessConsole. Play the popular Stockfish engine on ChessConsole.

Awesome Lists containing this project

README

        

# chess-console-stockfish

A Stockfish engine player for [chess-console](https://github.com/shaack/chess-console). It
uses [cm-engine-runner](https://github.com/shaack/cm-engine-runner) to integrate an opening book and the stockfish
engine.

## See it in action

- [Demo (the index.html of this repository)](https://shaack.com/projekte/chess-console-stockfish/)
- [Real-life example in chessmail.de](https://www.chessmail.de/pages/chess-computer.html)

## Installation

Download the source from [GitHub](https://github.com/shaack/chess-console-stockfish) and run `npm install`. This will
install the dependencies and the `index.html` should show a [chess-console](https://github.com/shaack/chess-console)
which integrates this player.