30 lines
869 B
Markdown
30 lines
869 B
Markdown
Web GUI for stockfish chess
|
|
===========================
|
|
Demo 1:
|
|
[http://netreal.de/bot-chess/](http://netreal.de/bot-chess/index.php)<br />
|
|
|
|
Basis: Chessboard.js
|
|
https://github.com/oakmac/chessboardjs<br />
|
|
Basis: Stockfish
|
|
https://stockfishchess.org/<br /><br />
|
|
1) Install stockfish<br />
|
|
sudo apt-get install git g++<br />
|
|
git clone https://github.com/mcostalba/Stockfish.git<br />
|
|
cd Stockfish/src<br />
|
|
make help<br />
|
|
make profile-build ARCH=x86-64<br />
|
|
make profile-build ARCH=x86-32<br />
|
|
./stockfish<br />
|
|
go infinite<br />
|
|
|
|
2) Install Web GUI for stockfish chess<br />
|
|
git clone https://github.com/antiproton/Web-GUI-for-stockfish-chess.git<br />
|
|
Edit config.php<br />
|
|
|
|
License
|
|
=======
|
|
Web GUI for stockfish chess is released under the [MIT License.](https://github.com/antiproton/Web-GUI-for-stockfish-chess/blob/master/LICENSE)
|
|
|
|
|
|
It works! Enjoy it!<br />
|