Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destinecarma/yes-another-chess
Chess engine written in Rust
https://github.com/destinecarma/yes-another-chess
chess rust
Last synced: 15 days ago
JSON representation
Chess engine written in Rust
- Host: GitHub
- URL: https://github.com/destinecarma/yes-another-chess
- Owner: DestinEcarma
- License: mit
- Created: 2024-06-01T10:31:01.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-13T11:51:01.000Z (7 months ago)
- Last Synced: 2024-11-05T15:19:03.696Z (2 months ago)
- Topics: chess, rust
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yes Another Chess
Yes Another Chess is a chess engine written in Rust. Despite its name, this chess engine offers unique features and enhancements over its predecessor, [chess rust](https://github.com/DestinEcarma/chess-rust). The engine is heavily derived from [rustic](https://github.com/mvanthoor/rustic). Currently, the engine does not support hashing, but that will be my next project.
## Usage
First, build the executable file or run it directly in release mode for optimal performance:
```sh
cargo build --release
```or
```sh
cargo run --release
```Finally, you can display all available options and commands by running the program with the `-h` or `--help` argument:
```sh
cargo run --release -- -h
```## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.