Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timjentzsch/universal_chess_interface
An implementation of the Universal Chess Interface (UCI) in Rust.
https://github.com/timjentzsch/universal_chess_interface
Last synced: about 2 months ago
JSON representation
An implementation of the Universal Chess Interface (UCI) in Rust.
- Host: GitHub
- URL: https://github.com/timjentzsch/universal_chess_interface
- Owner: TimJentzsch
- License: apache-2.0
- Created: 2022-10-13T11:16:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T16:36:42.000Z (about 2 years ago)
- Last Synced: 2024-10-09T06:42:42.609Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# universal_chess_interface
This is an implementation of the [Universal Chess Interface](https://backscattering.de/chess/uci/) (UCI) in Rust.
This project can be used for both engines and GUIs.
## License
The source code of this repository is dual-licensed under either:
- MIT License ([LICENSE-MIT](LICENSE-MIT) or )
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )at your option.
### Your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.