forked from sent/waves
45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
# BoldChess-Stockfish-Web-GUI - Other Implementations - Example 2
|
|
|
|
|
|
## 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.
|
|
|
|
|
|
## 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](https://www.apachefriends.org/index.html) 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.
|
|
|
|
|
|
## License
|
|
|
|
GNU GPLv3: [https://www.gnu.org/licenses/gpl-3.0-standalone.html](https://www.gnu.org/licenses/gpl-3.0-standalone.html)
|
|
|
|
|
|
## Credits
|
|
|
|
- Stockfish: [https://github.com/mcostalba/Stockfish](https://github.com/mcostalba/Stockfish)
|
|
- Stockfish.js: [https://github.com/nmrugg/stockfish.js](https://github.com/nmrugg/stockfish.js)
|
|
- BoldChess: [https://boldchess.com](https://boldchess.com/)
|
|
- Labinator: [https://labinator.com](https://labinator.com) |