waves/public/assets/g/chess/other-implementations/example4
2025-04-09 17:11:14 -05:00
..
css waves 2025-04-09 17:11:14 -05:00
img/chesspieces waves 2025-04-09 17:11:14 -05:00
js waves 2025-04-09 17:11:14 -05:00
sound waves 2025-04-09 17:11:14 -05:00
bot.php waves 2025-04-09 17:11:14 -05:00
config.php waves 2025-04-09 17:11:14 -05:00
index.html waves 2025-04-09 17:11:14 -05:00
LICENSE waves 2025-04-09 17:11:14 -05:00
README.md waves 2025-04-09 17:11:14 -05:00

Web GUI for stockfish chess

Demo 1: http://netreal.de/bot-chess/

Basis: Chessboard.js https://github.com/oakmac/chessboardjs
Basis: Stockfish https://stockfishchess.org/

  1. 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

  2. Install Web GUI for stockfish chess
    git clone https://github.com/antiproton/Web-GUI-for-stockfish-chess.git
    Edit config.php

License

Web GUI for stockfish chess is released under the MIT License.

It works! Enjoy it!