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
- Host: GitHub
- URL: https://github.com/ilya-ruk/rukchessweb
- Owner: Ilya-Ruk
- License: gpl-3.0
- Created: 2022-09-08T10:26:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T11:07:48.000Z (over 1 year ago)
- Last Synced: 2024-12-10T12:21:48.210Z (over 1 year ago)
- Topics: chess, uci, web
- Language: PHP
- Homepage:
- Size: 834 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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