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

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

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/