An open API service indexing awesome lists of open source software.

https://github.com/ilya-ruk/rukchessweb

Web interface for usage with the RukChess or other engines with support UCI protocol
https://github.com/ilya-ruk/rukchessweb

chess uci web

Last synced: 28 days ago
JSON representation

Web interface for usage with the RukChess or other engines with support UCI protocol

Awesome Lists containing this project

README

          

# RukChessWeb
Web interface for usage with the [RukChess](https://github.com/Ilya-Ruk/RukChess) or other engines with support UCI protocol.

# Install
```
git clone https://github.com/Ilya-Ruk/RukChessWeb.git
cd RukChessWeb
npm install
```

# Add engine
Copy the executable file with the engine to the "engines" folder. If necessary, also copy the file with the neural network and/or the opening book.

# Config
See [config.php](config.php)

# Print screen
![Print screen](resources/print_screen.jpg)

# Resources
1. https://chessboardjs.com/
2. https://github.com/oakmac/chessboardjs/
3. https://github.com/jhlywa/chess.js