https://github.com/dlorch/gostockfish
Golang wrapper for stockfish chess engine
https://github.com/dlorch/gostockfish
Last synced: 4 months ago
JSON representation
Golang wrapper for stockfish chess engine
- Host: GitHub
- URL: https://github.com/dlorch/gostockfish
- Owner: dlorch
- License: gpl-3.0
- Created: 2020-11-28T19:11:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T22:10:35.000Z (over 5 years ago)
- Last Synced: 2024-06-20T10:07:41.389Z (almost 2 years ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
-----------
GOSTOCKFISH
-----------
This wraps the [Stockfish] chess engine for easy integration into Golang. [Stockfish] must be in PATH.
Tested with [Stockfish] version 12.
Information on the open-source Stockfish chess engine can be found at:
http://www.stockfishchess.org
gostockfish is a port of [pystockfish] by Jarret Petrillo. Program logic, comments and examples have been ported from Python to Golang directly from [pystockfish].
------------
INSTALLATION
------------
This assumes that the command 'stockfish' is executable.
If you are running Arch Linux, install the package https://aur.archlinux.org/packages/stockfish/
[Stockfish]: https://stockfishchess.org/
[pystockfish]: https://github.com/iamjarret/pystockfish/