1
0
forked from sent/waves
waves-fork/public/assets/g/chess/other-implementations/example1
2025-04-09 17:11:14 -05:00
..
css waves 2025-04-09 17:11:14 -05:00
img/chesspieces/wikipedia waves 2025-04-09 17:11:14 -05:00
js waves 2025-04-09 17:11:14 -05:00
enginegame.js waves 2025-04-09 17:11:14 -05:00
index.html waves 2025-04-09 17:11:14 -05:00
LICENSE.md waves 2025-04-09 17:11:14 -05:00
README.md waves 2025-04-09 17:11:14 -05:00
stockfish.js waves 2025-04-09 17:11:14 -05:00
stockfish.wasm waves 2025-04-09 17:11:14 -05:00

BoldChess-Stockfish-Web-GUI - Other Implementations - Example 1

Overview

A web graphical user interface (GUI) that loads the JS compiled version of the Stockfish chess engine. It is a functional Web GUI that works out-of-box on all operating systems.

Features

  • Lightweight.
  • Easy To Install.
  • Fully Responsive.
  • Uses Stockfish Version 10.
  • Uses Bootstrap Version 4.3.1.
  • Uses jQuery 3.4.1.
  • Uses Chessboard.js Version 1.0.0.

Online Installation

  • Unzip the compressed file.
  • Upload the unzipped folder to your web server then view its path from your web browser.

Local Installation

  • Install XAMPP or any other alternative localhost stack.
  • Unzip the compressed file.
  • Copy the unzipped folder to the (htdocs) directory then view its path from your web browser.

Contribution

We welcome all developers to contribute to this repository by adding features or fixing bugs. It will always be free and open source.

Known Issues

  • In some cases, the timer text is not updating itself for the end users.
  • After the first move, the move evaluation text is getting printed twice.

Possible Improvements

  • Improving the user interface and make it much more attractive.
  • Adding an ability to "undo" a certain move.
  • Adding an option to set FEN.
  • Adding an option to export the game.
  • Integrating a chess opening book.

License

GNU GPLv3: https://www.gnu.org/licenses/gpl-3.0-standalone.html

Credits