Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shaack/chess-console-stockfish
- Owner: shaack
- License: other
- Created: 2018-08-01T15:04:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T14:13:33.000Z (10 months ago)
- Last Synced: 2024-11-05T14:24:18.357Z (about 2 months ago)
- Topics: chess, chess-engine, chessmail, es6, game, javascript, released, stockfish-engine
- Language: JavaScript
- Homepage:
- Size: 1.83 MB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.