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: 5 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T00:18:06.000Z (6 months ago)
- Last Synced: 2025-05-09T18:29:43.465Z (5 months ago)
- Topics: chess, chess-engine, chessmail, es6, game, javascript, released, stockfish-engine
- Language: JavaScript
- Homepage:
- Size: 1.88 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- 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.