Demo 1:
http://netreal.de/bot-chess/
Basis: Chessboard.js
https://github.com/oakmac/chessboardjs
Basis: Stockfish
https://stockfishchess.org/
-
Install stockfish
sudo apt-get install git g++
git clone https://github.com/mcostalba/Stockfish.git
cd Stockfish/src
make help
make profile-build ARCH=x86-64
make profile-build ARCH=x86-32
./stockfish
go infinite -
Install Web GUI for stockfish chess
git clone https://github.com/antiproton/Web-GUI-for-stockfish-chess.git
Edit config.php
Web GUI for stockfish chess is released under the MIT License.
It works! Enjoy it!