Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.